mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-23 20:26:23 +03:00
14 lines
254 B
TOML
14 lines
254 B
TOML
[package]
|
|
name = "notcuda"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "nvcuda"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
level_zero-sys = { path = "../level_zero-sys" }
|
|
lazy_static = "1.4"
|
|
num_enum = "0.4" |