M crates/unified/Cargo.toml => crates/unified/Cargo.toml +2 -2
@@ 61,11 61,11 @@ tracing-wasm = "0.2"
console_error_panic_hook = "0.1"
[features]
-default = ["native"]
+default = ["native", "particle_editor"]
native = [
"bevy/file_watcher",
"aeronet_websocket/server",
"aeronet_replicon/server"
]
wasm = ["getrandom/wasm_js"]
-particle_editor = []>
\ No newline at end of file
+particle_editor = []
M crates/unified/src/lib.rs => crates/unified/src/lib.rs +1 -1
@@ 26,4 26,4 @@ pub mod server;
pub mod server_plugins;
pub mod shared_plugins;
#[cfg(all(not(target_arch = "wasm32"), feature = "particle_editor"))]
-pub mod particle_editor;>
\ No newline at end of file
+pub mod particle_editor;