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

This commit is contained in:
2026-02-21 19:08:59 +01:00
parent 0e629b98af
commit 0bdc962e2c

View File

@@ -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,
};