We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f258746 commit 1709318Copy full SHA for 1709318
examples/optix/denoiser/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2021"
6
[dependencies]
7
optix = { version = "0.1", path = "../../../crates/optix" }
8
structopt = "0.3"
9
-cust = { version = "0.3", path = "../../../crates/cust", features = ["impl_vek"] }
+cust = { version = "0.3", path = "../../../crates/cust", features = ["impl_vek", "bytemuck"] }
10
image = "0.23.14"
11
-vek = { version = "0.15.1" }
+vek = { version = "0.15.1", features = ["bytemuck"] }
0 commit comments