From 19644c70ba5060841d4dc9ea376226fa5a7887f9 Mon Sep 17 00:00:00 2001 From: Patrik Buhring Date: Tue, 1 Dec 2020 23:25:18 -0500 Subject: [PATCH] Fixed Hexasphere versioning. --- crates/bevy_render/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index d345b6ee9f04e..b69a6055d6fb3 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -38,7 +38,7 @@ downcast-rs = "1.2.0" thiserror = "1.0" anyhow = "1.0" hex = "0.4.2" -hexasphere = "2.1.0" +hexasphere = "3.0.0" parking_lot = "0.11.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]