cust 0.3.2

High level bindings to the CUDA Driver API
Documentation
[build-dependencies.find_cuda_helper]
version = "0.2"
[dependencies.bitflags]
version = "1.2"

[dependencies.bytemuck]
optional = true
version = "1.7.3"

[dependencies.cust_core]
version = "0.1.0"

[dependencies.cust_derive]
version = "0.2"

[dependencies.cust_raw]
version = "0.11.2"

[dependencies.glam]
features = ["cuda"]
optional = true
version = "0.20"

[dependencies.mint]
optional = true
version = "^0.5"

[dependencies.num-complex]
optional = true
version = "0.4"

[dependencies.vek]
default-features = false
optional = true
version = "0.15.1"
[dev-dependencies.image]
version = "0.23.14"

[features]
default = ["bytemuck"]
impl_glam = ["cust_core/glam", "glam"]
impl_half = ["cust_core/half"]
impl_mint = ["cust_core/mint", "mint"]
impl_num_complex = ["cust_core/num-complex", "num-complex"]
impl_vek = ["cust_core/vek", "vek"]

[package]
authors = ["Riccardo D'Ambrosio <rdambrosio016@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
description = "High level bindings to the CUDA Driver API"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "cust"
readme = "../../README.md"
repository = "https://github.com/Rust-GPU/Rust-CUDA"
version = "0.3.2"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]