mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
fix glam prop build
This commit is contained in:
parent
f0cbe8cd86
commit
83889c44e7
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ serde = "1"
|
|||
erased-serde = "0.3"
|
||||
bevy_property_derive = { path = "bevy_property_derive" }
|
||||
ron = { path = "../ron" }
|
||||
glam = { path = "../bevy_glam" }
|
||||
glam = { path = "../bevy_glam", features = ["serde"] }
|
||||
legion = { path = "../bevy_legion" }
|
||||
smallvec = { version = "1.4", features = ["serde"] }
|
Loading…
Reference in a new issue