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 f60ea04 commit 24a160aCopy full SHA for 24a160a
crates/cust_core/Cargo.toml
@@ -2,6 +2,10 @@
2
name = "cust_core"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "MIT OR Apache-2.0"
6
+description = "Core library for cust that can be shared across CPU and GPU"
7
+repository = "https://github.com/Rust-GPU/Rust-CUDA"
8
+readme = "../../README.md"
9
10
[dependencies]
11
vek = { version = "0.15.1", default-features=false, features=["libm"], optional = true }
0 commit comments