Skip to content

Commit 4caa722

Browse files
committed
Fix: use vek feature in path_tracer_gpu
1 parent 8465f45 commit 4caa722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cuda/gpu/path_tracer_gpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ enum_dispatch = "0.3.7"
99
gpu_rand = { version = "0.1", path = "../../../../crates/gpu_rand" }
1010

1111
[target.'cfg(not(target_os = "cuda"))'.dependencies]
12-
cust = { version = "0.2", path = "../../../../crates/cust" }
12+
cust = { version = "0.2", path = "../../../../crates/cust", features = ["vek"] }
1313

1414
[lib]
1515
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)