Update Cargo.toml

This commit is contained in:
Piotr Siuszko 2025-07-07 17:36:45 +02:00
parent 7eb31ac648
commit 67d5857ec0

View File

@ -29,7 +29,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.17.0-dev", features = [
] } ] }
bevy_platform = { path = "../bevy_platform", version = "0.17.0-dev", default-features = false, features = [ bevy_platform = { path = "../bevy_platform", version = "0.17.0-dev", default-features = false, features = [
"std", "std",
"serialize" "serialize",
] } ] }
bevy_asset = { path = "../bevy_asset", version = "0.17.0-dev", optional = true } bevy_asset = { path = "../bevy_asset", version = "0.17.0-dev", optional = true }
bevy_math = { path = "../bevy_math", version = "0.17.0-dev", optional = true } bevy_math = { path = "../bevy_math", version = "0.17.0-dev", optional = true }