File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ categories = ["rendering"]
1515members = [" path" ]
1616
1717[dependencies ]
18- arrayref = " 0.3.6 "
18+ arrayref = " 0.3.9 "
1919arrayvec = { version = " 0.7" , default-features = false }
20- bytemuck = { version = " 1.12 " , features = [" aarch64_simd" ] }
20+ bytemuck = { version = " 1.24 " , features = [" aarch64_simd" ] }
2121cfg-if = " 1"
2222log = " 0.4"
2323png = { version = " 0.18" , optional = true }
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ categories = ["graphics"]
1313workspace = " .."
1414
1515[dependencies ]
16- arrayref = " 0.3.6 "
17- bytemuck = " 1.4 "
18- libm = { version = " 0.2.1 " , optional = true } # float support on no_std
16+ arrayref = " 0.3.9 "
17+ bytemuck = " 1.24 "
18+ libm = { version = " 0.2.16 " , optional = true } # float support on no_std
1919strict-num = { version = " 0.1" , default-features = false }
2020
2121[features ]
You can’t perform that action at this time.
0 commit comments