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 8465f45 commit 4caa722Copy full SHA for 4caa722
examples/cuda/gpu/path_tracer_gpu/Cargo.toml
@@ -9,7 +9,7 @@ enum_dispatch = "0.3.7"
9
gpu_rand = { version = "0.1", path = "../../../../crates/gpu_rand" }
10
11
[target.'cfg(not(target_os = "cuda"))'.dependencies]
12
-cust = { version = "0.2", path = "../../../../crates/cust" }
+cust = { version = "0.2", path = "../../../../crates/cust", features = ["vek"] }
13
14
[lib]
15
crate-type = ["cdylib", "rlib"]
0 commit comments