mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
upgrade glam and hexasphere (#794)
This commit is contained in:
parent
06f95e9982
commit
9224983897
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ license = "MIT"
|
|||
keywords = ["bevy"]
|
||||
|
||||
[dependencies]
|
||||
glam = { version = "0.9.5", features = ["serde"] }
|
||||
glam = { version = "0.10.0", features = ["serde"] }
|
||||
|
|
|
@ -41,7 +41,7 @@ downcast-rs = "1.2.0"
|
|||
thiserror = "1.0"
|
||||
anyhow = "1.0"
|
||||
hex = "0.4.2"
|
||||
hexasphere = "1.0.0"
|
||||
hexasphere = "2.0.0"
|
||||
parking_lot = "0.11.0"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
|
|
Loading…
Reference in a new issue