fmt
This commit is contained in:
@@ -5,10 +5,7 @@ use bevy_cef::prelude::*;
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
App::new()
|
App::new()
|
||||||
.add_plugins((
|
.add_plugins((DefaultPlugins, CefPlugin::default()))
|
||||||
DefaultPlugins,
|
|
||||||
CefPlugin::default(),
|
|
||||||
))
|
|
||||||
.add_systems(
|
.add_systems(
|
||||||
Startup,
|
Startup,
|
||||||
(spawn_camera, spawn_directional_light, spawn_webview),
|
(spawn_camera, spawn_directional_light, spawn_webview),
|
||||||
|
|||||||
Reference in New Issue
Block a user