pbrt/kernels/Cargo.toml

10 lines
228 B
TOML

[package]
name = "kernels"
version = "0.1.0"
edition = "2024"
[dependencies]
cuda_std = { git = "https://github.com/rust-gpu/rust-cuda", rev = "7fa76f3d717038a92c90bf4a482b0b8dd3259344" }
[lib]
crate-type = ["cdylib", "rlib"]