mandelbrot-rust/gpu/Cargo.toml
2022-01-10 20:35:44 +01:00

12 lines
230 B
TOML

[package]
name = "gpu"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cuda_std = "0.2.1"