From 001c49b89b110e4aba95313fae2dba3bb1260153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Fri, 2 Aug 2024 18:15:08 +0200 Subject: [PATCH] require spade update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85aafed..5c58e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ glam = { version = "0.27", features = ["approx"] } smallvec = { version = "1.9", features = ["union", "const_generics"] } bvh2d = { version = "0.5", git = "https://github.com/mockersf/bvh2d" } serde = { version = "1.0", features = ["derive"], optional = true } -spade = "2.9" +spade = "2.10" geo = "0.28.0" log = "0.4" thiserror = "1"