[package]
name = "cust"
version = "0.2.2"
authors = ["Riccardo D'Ambrosio <rdambrosio016@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "High level bindings to the CUDA Driver API"
repository = "https://github.com/Rust-GPU/Rust-CUDA"
readme = "../../README.md"
[dependencies]
cust_raw = { path = "../cust_raw", version = "0.11.2"}
bitflags = "1.2"
cust_derive = { path = "../cust_derive", version = "0.1" }
vek = { version = "0.15.1", optional = true, default-features = false }
[build-dependencies]
find_cuda_helper = { path = "../find_cuda_helper", version = "0.2" }
[dev-dependencies]
image = "0.23.14"