mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
update hexasphere to 3.2 (#1577)
This commit is contained in:
parent
03e0a9f23e
commit
0eba5f38b9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ downcast-rs = "1.2.0"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
hexasphere = "3.1"
|
hexasphere = "3.2"
|
||||||
parking_lot = "0.11.0"
|
parking_lot = "0.11.0"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue