Skip to content

Commit e0750a3

Browse files
committed
Fix: don't add vek as a default feature in cust
1 parent 3ab9b7e commit e0750a3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

crates/cust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ find_cuda_helper = { path = "../find_cuda_helper", version = "0.1" }
1818

1919
[dev-dependencies]
2020
image = "0.23.14"
21-
22-
[features]
23-
default = ["vek"]

crates/gpu_rand/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#![deny(missing_docs)]
1313
#![deny(missing_debug_implementations)]
1414
#![allow(clippy::unreadable_literal)]
15-
#![cfg_attr(target_vendor = "nvidia", no_std)]
15+
#![cfg_attr(target_os = "cuda", no_std)]
1616
#![feature(doc_cfg)]
1717

1818
pub mod xoroshiro;

0 commit comments

Comments
 (0)