Skip to content

Commit

Permalink
Update hexasphere to 4.0.0. (bevyengine#2390)
Browse files Browse the repository at this point in the history
# Objective

- Update `hexasphere` to 4.0.0, which is now licensed with dual MIT/Apache-2.0.
  • Loading branch information
OptimisticPeach committed Jun 25, 2021
1 parent f91def5 commit 7602317
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
5 changes: 0 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7602317

Please sign in to comment.