mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-12 10:48:53 +03:00
10 lines
218 B
TOML
10 lines
218 B
TOML
[package]
|
|
name = "cuda_types"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
cuda_base = { path = "../cuda_base" }
|
|
hip_runtime-sys = { path = "../ext/hip_runtime-sys" }
|