File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public-spade = ["dep:spade"]
25
25
spade = { version = " 2.10" , optional = true }
26
26
tracing = { version = " 0.1" , optional = true }
27
27
hashbrown = { version = " 0.15" }
28
- glam = { version = " 0.29 " , features = [" approx" ] }
28
+ glam = { version = " 0.30 " , features = [" approx" ] }
29
29
smallvec = { version = " 1.13" , features = [" union" , " const_generics" ] }
30
30
bvh2d = { version = " 0.6" , git = " https://github.com/mockersf/bvh2d" }
31
31
serde = { version = " 1.0" , features = [" derive" ], optional = true }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ publish = false
8
8
9
9
[dependencies ]
10
10
polyanya = { path = " ../../" , features = [" tracing" ] }
11
- glam = " 0.29 "
11
+ glam = " 0.30 "
12
12
tracing-subscriber = " 0.3"
13
13
tracing-tracy = " 0.10"
14
14
tracing = " 0.1"
You can’t perform that action at this time.
0 commit comments