1
0
Fork 0
forked from wry/wry

build.rs: simplify compile-shaders handling

This commit is contained in:
Julian Orth 2025-10-07 16:44:28 +02:00
parent f17800517e
commit 0564cd848d
5 changed files with 8 additions and 37 deletions

View file

@ -49,14 +49,6 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
[[package]]
name = "compile-shaders-build-rs"
version = "0.1.0"
dependencies = [
"anyhow",
"compile-shaders-core",
]
[[package]]
name = "compile-shaders-compile"
version = "0.1.0"