From 984b33ee575d81c4b7c415b69aca5fdfaa64c8a2 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 21 May 2024 19:56:19 +0700 Subject: [PATCH] deps: Update to glam 0.27 from 0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b32f8b..66805f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ repository = "https://github.com/bonsairobo/fast-surface-nets-rs" keywords = ["graphics", "isosurface", "mesh", "voxel"] [dependencies] -glam = "0.25" # For SIMD Vec3A +glam = "0.27" # For SIMD Vec3A ndshape = "0.3"