bevy_cef 0.5.3

Bevy CEF integration for web rendering
1
2
3
4
5
6
7
8
9
mod components;
mod ipc;
pub(crate) mod localhost;
mod message_loop;

pub use components::*;
pub use ipc::*;
pub(crate) use localhost::*;
pub use message_loop::*;