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:
Patrik Buhring 2021-06-25 00:35:41 +00:00
parent f91def5c4b
commit 7602317087
2 changed files with 1 additions and 6 deletions

View file

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

View file

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