From 61be95e52587954cb780e2b767e5c6a1682b82be Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 11:51:30 -0300 Subject: [PATCH] Fix the asm-lsp recipe and update a TODO --- recipes/wip/dev/graphics/sh4der-jockey/recipe.toml | 2 +- recipes/wip/dev/ide/asm-lsp/recipe.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 +"""