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"]
[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"] }

View file

@ -30,7 +30,7 @@ parking_lot = "0.11.0"
thiserror = "1.0"
serde = "1"
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]
ron = "0.6.2"