18 lines
388 B
TOML
18 lines
388 B
TOML
[package]
|
|
name = "kernels"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", branch = "main" }
|
|
shared = { path = "../shared" }
|
|
|
|
[package.metadata.rust-gpu.install]
|
|
spirv-builder-source = "https://github.com/Rust-GPU/rust-gpu"
|
|
|
|
[package.metadata.rust-gpu.build]
|
|
target = "spirv-unknown-vulkan1.2"
|
|
|