diff --git a/recipes/wip/dev/framework/sphere/recipe.toml b/recipes/wip/dev/framework/sphere/recipe.toml index 35a828569..aee70f270 100644 --- a/recipes/wip/dev/framework/sphere/recipe.toml +++ b/recipes/wip/dev/framework/sphere/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error [source] git = "https://github.com/Nakadra/sphere-runtime" [build] diff --git a/recipes/wip/dev/lang/xylo/recipe.toml b/recipes/wip/dev/lang/xylo/recipe.toml index 313ee0893..750f07dd5 100644 --- a/recipes/wip/dev/lang/xylo/recipe.toml +++ b/recipes/wip/dev/lang/xylo/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/giraffekey/xylo" [build] diff --git a/recipes/wip/games/open-world/cytopia-rs/recipe.toml b/recipes/wip/games/open-world/cytopia-rs/recipe.toml index 543405364..fd8c93edd 100644 --- a/recipes/wip/games/open-world/cytopia-rs/recipe.toml +++ b/recipes/wip/games/open-world/cytopia-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error [source] git = "https://codeberg.org/Esther1024/pia-fork" [build] diff --git a/recipes/wip/games/strategy/balatro-tui/recipe.toml b/recipes/wip/games/strategy/balatro-tui/recipe.toml index 2eb6772ee..d90b81b95 100644 --- a/recipes/wip/games/strategy/balatro-tui/recipe.toml +++ b/recipes/wip/games/strategy/balatro-tui/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Passeriform/BalatroTUI" [build] diff --git a/recipes/wip/games/strategy/hammurabi/recipe.toml b/recipes/wip/games/strategy/hammurabi/recipe.toml index 7cc74a056..079b89bb7 100644 --- a/recipes/wip/games/strategy/hammurabi/recipe.toml +++ b/recipes/wip/games/strategy/hammurabi/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/stjepangolemac/hammurabi" [build] diff --git a/recipes/wip/games/strategy/rustoku/recipe.toml b/recipes/wip/games/strategy/rustoku/recipe.toml index 05e4371e7..6ec767002 100644 --- a/recipes/wip/games/strategy/rustoku/recipe.toml +++ b/recipes/wip/games/strategy/rustoku/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/huangsam/rustoku" [build] diff --git a/recipes/wip/graphics/terminal/ascii-image/recipe.toml b/recipes/wip/graphics/terminal/ascii-image/recipe.toml index e038e454c..b1c70d4d8 100644 --- a/recipes/wip/graphics/terminal/ascii-image/recipe.toml +++ b/recipes/wip/graphics/terminal/ascii-image/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/kpberry/image-to-ascii" [build] diff --git a/recipes/wip/graphics/terminal/blockpaint/recipe.toml b/recipes/wip/graphics/terminal/blockpaint/recipe.toml index 7cbe76e50..a6a611adc 100644 --- a/recipes/wip/graphics/terminal/blockpaint/recipe.toml +++ b/recipes/wip/graphics/terminal/blockpaint/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO don't fetch private submodule [source] git = "https://github.com/wooster0/blockpaint" [build] diff --git a/recipes/wip/graphics/terminal/display3d/recipe.toml b/recipes/wip/graphics/terminal/display3d/recipe.toml index eaf0eb278..ea99b3cf0 100644 --- a/recipes/wip/graphics/terminal/display3d/recipe.toml +++ b/recipes/wip/graphics/terminal/display3d/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/redpenguinyt/display3d" [build] diff --git a/recipes/wip/graphics/terminal/img2text/recipe.toml b/recipes/wip/graphics/terminal/img2text/recipe.toml index 3680706df..7463a88db 100644 --- a/recipes/wip/graphics/terminal/img2text/recipe.toml +++ b/recipes/wip/graphics/terminal/img2text/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/yvt/img2text" [build] diff --git a/recipes/wip/graphics/terminal/kakikun/recipe.toml b/recipes/wip/graphics/terminal/kakikun/recipe.toml index e4cade25b..006fa98e3 100644 --- a/recipes/wip/graphics/terminal/kakikun/recipe.toml +++ b/recipes/wip/graphics/terminal/kakikun/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/file-acomplaint/kakikun" [build] diff --git a/recipes/wip/graphics/terminal/sloth/recipe.toml b/recipes/wip/graphics/terminal/sloth/recipe.toml index 18307b26b..4a1f93952 100644 --- a/recipes/wip/graphics/terminal/sloth/recipe.toml +++ b/recipes/wip/graphics/terminal/sloth/recipe.toml @@ -1,5 +1,6 @@ -#TODO not compiled or tested +#TODO update redox_syscall crate [source] git = "https://github.com/ecumene/rust-sloth" +script = "rm Cargo.lock" [build] template = "cargo"