From ab73c9ed52926bc080a0572cee7dd1f808288f80 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 20:44:07 -0300 Subject: [PATCH] Update TODOs --- recipes/wip/games/rpg/kingslayer/recipe.toml | 2 +- recipes/wip/games/shooter/asciiarena/recipe.toml | 2 +- recipes/wip/games/simulation/egregoria/recipe.toml | 2 +- recipes/wip/games/simulation/formicarium/recipe.toml | 2 +- recipes/wip/games/simulation/game-of-life-piston/recipe.toml | 2 +- recipes/wip/games/simulation/nbodysim/recipe.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/wip/games/rpg/kingslayer/recipe.toml b/recipes/wip/games/rpg/kingslayer/recipe.toml index 4f8533174..e1d1df0f7 100644 --- a/recipes/wip/games/rpg/kingslayer/recipe.toml +++ b/recipes/wip/games/rpg/kingslayer/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Zaechus/kingslayer" [build] diff --git a/recipes/wip/games/shooter/asciiarena/recipe.toml b/recipes/wip/games/shooter/asciiarena/recipe.toml index 2eb0e6189..8c0190051 100644 --- a/recipes/wip/games/shooter/asciiarena/recipe.toml +++ b/recipes/wip/games/shooter/asciiarena/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO outdated mio crate [source] git = "https://github.com/lemunozm/asciiarena" [build] diff --git a/recipes/wip/games/simulation/egregoria/recipe.toml b/recipes/wip/games/simulation/egregoria/recipe.toml index beeac6561..13e33904d 100644 --- a/recipes/wip/games/simulation/egregoria/recipe.toml +++ b/recipes/wip/games/simulation/egregoria/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO winit crate error [source] git = "https://github.com/Uriopass/Egregoria" [build] diff --git a/recipes/wip/games/simulation/formicarium/recipe.toml b/recipes/wip/games/simulation/formicarium/recipe.toml index 50bf13eae..905c3b502 100644 --- a/recipes/wip/games/simulation/formicarium/recipe.toml +++ b/recipes/wip/games/simulation/formicarium/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO outdated libc crate [source] git = "https://github.com/gliderkite/formicarium" [build] diff --git a/recipes/wip/games/simulation/game-of-life-piston/recipe.toml b/recipes/wip/games/simulation/game-of-life-piston/recipe.toml index cc7e131a2..92552bf8f 100644 --- a/recipes/wip/games/simulation/game-of-life-piston/recipe.toml +++ b/recipes/wip/games/simulation/game-of-life-piston/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO outdated libc crate [source] git = "https://github.com/Arcterus/game-of-life" [build] diff --git a/recipes/wip/games/simulation/nbodysim/recipe.toml b/recipes/wip/games/simulation/nbodysim/recipe.toml index 154732ebb..9914a961f 100644 --- a/recipes/wip/games/simulation/nbodysim/recipe.toml +++ b/recipes/wip/games/simulation/nbodysim/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO outdated crates [source] git = "https://github.com/timokoesters/nbodysim" [build]