From 0ef10cca9b893e0ddb5e2a51e1152368fa93f9be Mon Sep 17 00:00:00 2001 From: ghostly_zsh Date: Mon, 7 Jul 2025 11:57:01 -0500 Subject: [PATCH] i'm going insane because of rebase --- crates/unified/Cargo.toml | 4 ++-- crates/unified/src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/unified/Cargo.toml b/crates/unified/Cargo.toml index b8023893366b3a1f32c441b42f0166ac06cc96b0..9dc9b997274a61275061b92290346f7b1c9cc42b 100644 --- a/crates/unified/Cargo.toml +++ b/crates/unified/Cargo.toml @@ -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 = [] diff --git a/crates/unified/src/lib.rs b/crates/unified/src/lib.rs index f190f7f618714819cff44ca43aadef7fa0733e96..dd7a9431dff4d18f4968c150de3c3cc320601e95 100644 --- a/crates/unified/src/lib.rs +++ b/crates/unified/src/lib.rs @@ -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;