Update Cargo.toml
This commit is contained in:
parent
7eb31ac648
commit
67d5857ec0
@ -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 }
|
||||||
|
Loading…
Reference in New Issue
Block a user