Skip to content

Commit

Permalink
Update glam to 0.12.0 (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter authored Jan 17, 2021
1 parent 4d5ba79 commit e7dab0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion crates/bevy_reflect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e7dab0c

Please sign in to comment.