Update glam to 0.12.0 (#1249)

This commit is contained in:
Cameron Hart 2021-01-18 10:44:55 +13:00 committed by GitHub
parent 4d5ba7918b
commit e7dab0c359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ license = "MIT"
keywords = ["bevy"] keywords = ["bevy"]
[dependencies] [dependencies]
glam = { version = "0.11.0", features = ["serde"] } glam = { version = "0.12.0", features = ["serde"] }
bevy_reflect = { path = "../bevy_reflect", version = "0.4.0", features = ["bevy"] } bevy_reflect = { path = "../bevy_reflect", version = "0.4.0", features = ["bevy"] }

View File

@ -30,7 +30,7 @@ parking_lot = "0.11.0"
thiserror = "1.0" thiserror = "1.0"
serde = "1" serde = "1"
smallvec = { version = "1.4", features = ["serde"], optional = true } smallvec = { version = "1.4", features = ["serde"], optional = true }
glam = { version = "0.11.0", features = ["serde"], optional = true } glam = { version = "0.12.0", features = ["serde"], optional = true }
[dev-dependencies] [dev-dependencies]
ron = "0.6.2" ron = "0.6.2"