vulkan: include precompiled shaders
This commit is contained in:
parent
2dc9695621
commit
51575fce39
31 changed files with 425 additions and 122 deletions
8
compile-shaders/build-rs/Cargo.toml
Normal file
8
compile-shaders/build-rs/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "compile-shaders-build-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
compile-shaders-core = { path = "../core" }
|
||||
anyhow = "1.0.99"
|
||||
Loading…
Add table
Add a link
Reference in a new issue