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