From d0bde665fd80c13d028f5b69b52a4957c328e23f Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 21:23:59 -0300 Subject: [PATCH] Fix the naga recipe and update a TODO --- recipes/wip/graphics/other/lpl/recipe.toml | 2 +- recipes/wip/graphics/other/naga/recipe.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/graphics/other/lpl/recipe.toml b/recipes/wip/graphics/other/lpl/recipe.toml index e893270b5..5362bd10e 100644 --- a/recipes/wip/graphics/other/lpl/recipe.toml +++ b/recipes/wip/graphics/other/lpl/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/SOF3/lpl" [build] diff --git a/recipes/wip/graphics/other/naga/recipe.toml b/recipes/wip/graphics/other/naga/recipe.toml index 48eb557b2..d0ab41620 100644 --- a/recipes/wip/graphics/other/naga/recipe.toml +++ b/recipes/wip/graphics/other/naga/recipe.toml @@ -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" """