File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,18 @@ rand = "0.8.5"
37
37
rand_pcg = " 0.3.1"
38
38
39
39
[dependencies .glam ]
40
- version = " 0.22 .0"
40
+ version = " 0.29 .0"
41
41
features = [" mint" , " rand" ]
42
42
# a lot of random data generation uses glam, so can't be optional yet
43
43
# optional = true
44
44
45
45
[dependencies .nalgebra ]
46
- version = " 0.32.1 "
46
+ version = " 0.33.2 "
47
47
features = [" mint" ]
48
48
optional = true
49
49
50
50
[dependencies .simba ]
51
- version = " 0.8.0"
52
- features = [" packed_simd" ]
51
+ version = " 0.9.0"
53
52
optional = true
54
53
55
54
[dependencies .cgmath ]
@@ -62,7 +61,7 @@ version = "0.22.7"
62
61
optional = true
63
62
64
63
[dependencies .vek ]
65
- version = " 0.15.10 "
64
+ version = " 0.17.1 "
66
65
features = [" mint" ]
67
66
optional = true
68
67
@@ -85,7 +84,7 @@ version = "0.7.5"
85
84
optional = true
86
85
87
86
[dev-dependencies ]
88
- criterion = " 0.4.0 "
87
+ criterion = " 0.5.1 "
89
88
90
89
# [patch.crates-io]
91
90
# glam = { path = "../glam-rs" }
You can’t perform that action at this time.
0 commit comments