~starkingdoms/starkingdoms

0ef10cca9b893e0ddb5e2a51e1152368fa93f9be — ghostly_zsh 5 months ago 0f4a51d
i'm going insane because of rebase
2 files changed, 3 insertions(+), 3 deletions(-)

M crates/unified/Cargo.toml
M crates/unified/src/lib.rs
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;