Skip to content

Commit a4538a1

Browse files
committed
Make glam version bound more idiomatic
1 parent b320baf commit a4538a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tracing = "0.1"
5959
tracing-subscriber = { version = "0.3.3", features = ["env-filter", "json"] }
6060
num-traits = { version = "0.2.15", default-features = false }
6161
glam = { version = ">=0.22, <=0.30", default-features = false }
62-
libm = { version = ">=0.2.5", default-features = false }
62+
libm = { version = "0.2.5", default-features = false }
6363
bytemuck = { version = "1.23", features = ["derive"] }
6464

6565
# Enable incremental by default in release mode.

0 commit comments

Comments
 (0)