Update TODOs and fix the zizmor recipe

This commit is contained in:
Ribbon 2025-06-06 13:43:09 -03:00
parent 9b10a75b20
commit a1eb1e5cca
6 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/ardaku/wavy"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/bmatthieu3/wgpu-sky-rendering"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO xilem_core crate error
[source]
git = "https://github.com/linebender/xilem"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/sitkevij/hex"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO fix the nonsense "multipipe package not found" error
[source]
git = "https://github.com/lava-xyz/rust-ontologist"
[build]

View File

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