bevy_cef 0.9.0

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

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