Fix the naga recipe and update a TODO

This commit is contained in:
Ribbon 2025-06-08 21:23:59 -03:00
parent 8bdc2cd8de
commit d0bde665fd
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/SOF3/lpl"
[build]

View File

@ -1,8 +1,9 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/gfx-rs/wgpu"
[build]
template = "custom"
script = """
cookbook_cargo_packages naga-cli
mv "${COOKBOOK_STAGE}/usr/bin/naga_naga-cli" "${COOKBOOK_STAGE}/usr/bin/naga"
"""