From 7602317087e0ff6aaac45b914dacaecb8b420685 Mon Sep 17 00:00:00 2001 From: Patrik Buhring Date: Fri, 25 Jun 2021 00:35:41 +0000 Subject: [PATCH] Update hexasphere to 4.0.0. (#2390) # Objective - Update `hexasphere` to 4.0.0, which is now licensed with dual MIT/Apache-2.0. --- crates/bevy_render/Cargo.toml | 2 +- deny.toml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 47cf630a9d..8721925554 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -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] diff --git a/deny.toml b/deny.toml index 81ce3419fe..613ea10cdd 100644 --- a/deny.toml +++ b/deny.toml @@ -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"