mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-25 13:16:23 +03:00
11 lines
237 B
TOML
11 lines
237 B
TOML
[package]
|
|
name = "cuda_types"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cuda_base = { path = "../cuda_base" }
|
|
hip_runtime-sys = { path = "../ext/hip_runtime-sys" }
|
|
bitflags = "2.9.1"
|