diff --git a/client/Cargo.toml b/client/Cargo.toml index 7ad5a7a..5963019 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -19,5 +19,9 @@ bevy_fix_cursor_unlock_web = "0.2.0" clap = { version = "4.5.50", features = [ "derive" ] } web-sys = { version = "0.3.81", features = [ "Location", "UrlSearchParams", "Window" ] } +[features] +default = [ "common/hot_reloading" ] + [package.metadata.bevy_cli] -native.dev.features = ["common/hot_reloading"] +default-features = false +native.dev.features = [ "common/hot_reloading" ]