diff --git a/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml b/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml index 82e294017..d3001c4c5 100644 --- a/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml +++ b/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO winit crate error [source] git = "https://github.com/slerpyyy/sh4der-jockey" [build] diff --git a/recipes/wip/dev/ide/asm-lsp/recipe.toml b/recipes/wip/dev/ide/asm-lsp/recipe.toml index 7529d44e1..0daa9e88c 100644 --- a/recipes/wip/dev/ide/asm-lsp/recipe.toml +++ b/recipes/wip/dev/ide/asm-lsp/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/bergercookie/asm-lsp" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages asm-lsp +"""