From 924e88930444e6f77dd2f54ac4b6a2ec90053315 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 13 Jan 2024 00:41:07 +0100 Subject: [PATCH] Mark compatibility with glam 0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e6dd0b..ab3af8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "crates-io.md" rust-version = "1.60" [dependencies] -glam = ">=0.21, <=0.24" +glam = ">=0.21, <=0.25" [dev-dependencies] macroquad = "0.3"