upgrade glam and hexasphere (#794)

This commit is contained in:
Carter Anderson 2020-11-06 17:11:32 -08:00 committed by GitHub
parent 06f95e9982
commit 9224983897
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,4 +13,4 @@ license = "MIT"
keywords = ["bevy"]
[dependencies]
glam = { version = "0.9.5", features = ["serde"] }
glam = { version = "0.10.0", features = ["serde"] }

View file

@ -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]