From 88a944a2f743f8d0bcaa5dc73f32f0657764fc71 Mon Sep 17 00:00:00 2001 From: Patrik Buhring Date: Tue, 21 Sep 2021 14:50:41 -0400 Subject: [PATCH] Update hexasphere to 5.0.0 I made a mistake in creating the cubesphere api for other users. There should be no visible changes to the API on Bevy's end. --- 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 c18b6ed307990..dcb4ba4320bfd 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -32,7 +32,7 @@ downcast-rs = "1.2.0" thiserror = "1.0" anyhow = "1.0.4" hex = "0.4.2" -hexasphere = "4.0.0" +hexasphere = "5.0.0" parking_lot = "0.11.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]