Skip to content

Commit 1709318

Browse files
committed
Fix: fix optix denoiser example
1 parent f258746 commit 1709318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/optix/denoiser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
optix = { version = "0.1", path = "../../../crates/optix" }
88
structopt = "0.3"
9-
cust = { version = "0.3", path = "../../../crates/cust", features = ["impl_vek"] }
9+
cust = { version = "0.3", path = "../../../crates/cust", features = ["impl_vek", "bytemuck"] }
1010
image = "0.23.14"
11-
vek = { version = "0.15.1" }
11+
vek = { version = "0.15.1", features = ["bytemuck"] }

0 commit comments

Comments
 (0)