mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
Update Hexasphere to 7.0.0 (#4001)
The new update includes wireframe generation capabilities. I didn't integrate that in this PR, however with some guidance, I'd be happy to do so.
This commit is contained in:
parent
b4bf5b5d87
commit
fb8af3aec3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ thiserror = "1.0"
|
||||||
futures-lite = "1.4.0"
|
futures-lite = "1.4.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
hexasphere = "6.0.0"
|
hexasphere = "7.0.0"
|
||||||
parking_lot = "0.11.0"
|
parking_lot = "0.11.0"
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
copyless = "0.1.5"
|
copyless = "0.1.5"
|
||||||
|
|
Loading…
Reference in a new issue