When I change ```toml firewheel = { version = "0.8.0-rc.1", default-features = false, optional = true } ``` to ```toml firewheel = { version = "0.8.0-rc.1", default-features = false, optional = true, features = ["std"] } ``` `bevy_` crates start appearing in my `Cargo.lock`: <img width="863" height="651" alt="Image" src="https://github.com/user-attachments/assets/65756ff8-9905-4291-8d32-1a0cfdf761e8" />