Skip to content

Commit a78baa3

Browse files
committed
chore: switch to encase 0.12
1 parent d65a508 commit a78baa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ cublas = [ "slang-hal/cublas" ]
1313

1414
[dependencies]
1515
wgpu = "26"
16-
encase = "0.11"
16+
encase = "0.12"
1717
bytemuck = "1"
18-
nalgebra = "0.34"
18+
nalgebra = { version = "0.34", features = ["encase"] }
1919

2020
cudarc = { version = "0.16", optional = true }
2121

0 commit comments

Comments
 (0)