need to expose meshaabb for head lookat move mouse test
Some checks failed
book / deploy (push) Has been cancelled
CI / test (macos-latest) (push) Has been cancelled
CI / test (ubuntu-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
CI / all-doc-tests (push) Has been cancelled
CI / lint (push) Has been cancelled
Some checks failed
book / deploy (push) Has been cancelled
CI / test (macos-latest) (push) Has been cancelled
CI / test (ubuntu-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
CI / all-doc-tests (push) Has been cancelled
CI / lint (push) Has been cancelled
This commit is contained in:
@@ -20,7 +20,10 @@ use bevy_cef_core::prelude::{CefExtensions, CommandLineConfig};
|
||||
use bevy_remote::RemotePlugin;
|
||||
|
||||
pub mod prelude {
|
||||
pub use crate::{CefPlugin, RunOnMainThread, common::*, navigation::*, webview::prelude::*};
|
||||
pub use crate::{
|
||||
CefPlugin, RunOnMainThread, common::*, navigation::*, system_param::mesh_aabb::*,
|
||||
webview::prelude::*,
|
||||
};
|
||||
pub use bevy_cef_core::prelude::{
|
||||
Browsers, CefExtensions, CommandLineConfig, create_cef_key_event,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user