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" """