Fix the asm-lsp recipe and update a TODO

This commit is contained in:
Ribbon 2025-06-08 11:51:30 -03:00
parent 533efbd29b
commit 61be95e525
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO winit crate error
[source]
git = "https://github.com/slerpyyy/sh4der-jockey"
[build]

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/bergercookie/asm-lsp"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages asm-lsp
"""