khal-builder 0.2.0

Build-time utilities for compiling khal shader crates to SPIR-V and CUDA PTX.
Documentation
[package]
name = "khal-builder"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "Build-time utilities for compiling khal shader crates to SPIR-V and CUDA PTX."
repository = "https://github.com/dimforge/khal"
version = { workspace = true }
edition = "2024"
license = "MIT OR Apache-2.0"

[features]
cuda = []
unsafe_remove_boundchecks = []

[dependencies]
walkdir = "2.5.0"
anyhow = "1.0.102"

[lints]
workspace = true