mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Update hexasphere to 4.0.0. (#2390)
# Objective - Update `hexasphere` to 4.0.0, which is now licensed with dual MIT/Apache-2.0.
This commit is contained in:
parent
f91def5c4b
commit
7602317087
2 changed files with 1 additions and 6 deletions
|
@ -37,7 +37,7 @@ downcast-rs = "1.2.0"
|
|||
thiserror = "1.0"
|
||||
anyhow = "1.0"
|
||||
hex = "0.4.2"
|
||||
hexasphere = "3.4"
|
||||
hexasphere = "4.0.0"
|
||||
parking_lot = "0.11.0"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
|
|
|
@ -40,11 +40,6 @@ allow = ["MPL-2.0"]
|
|||
name = "wgpu"
|
||||
version = "0.8"
|
||||
|
||||
[[licenses.exceptions]]
|
||||
allow = ["MPL-2.0"]
|
||||
name = "hexasphere"
|
||||
version = "3.4"
|
||||
|
||||
[[licenses.clarify]]
|
||||
name = "stretch"
|
||||
expression = "MIT"
|
||||
|
|
Loading…
Reference in a new issue