zenu-cuda-driver-sys 0.1.0

Rust bindings for CUDA Driver API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "zenu-cuda-driver-sys"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/bokutotu/zenu"
license = "MIT"
description = "Rust bindings for CUDA Driver API"

[dependencies]
libc = "0.2.153"

[build-dependencies]
bindgen="0.69.4"
zenu-cuda-config = { path = "../zenu-cuda-config", version = "0.1.0"}

[lints]
workspace = true