diff --git a/recipes/wip/mdbook/recipe.toml b/recipes/wip/mdbook/recipe.toml index e989204bc..8def8940f 100644 --- a/recipes/wip/mdbook/recipe.toml +++ b/recipes/wip/mdbook/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/rust-lang/mdBook" rev = "b7f46213c7df8f499eca0c82e7b41804cc15e369" diff --git a/recipes/wip/memcached/recipe.toml b/recipes/wip/memcached/recipe.toml index 886eff74f..89f494be8 100644 --- a/recipes/wip/memcached/recipe.toml +++ b/recipes/wip/memcached/recipe.toml @@ -1,4 +1,5 @@ #TODO probably wrong template, see https://github.com/memcached/memcached/wiki/Install#from-source +#TODO make libevent works [source] tar = "https://www.memcached.org/files/memcached-1.6.22.tar.gz" [build] diff --git a/recipes/wip/mesa-demos/recipe.toml b/recipes/wip/mesa-demos/recipe.toml index b99ed9083..b23143495 100644 --- a/recipes/wip/mesa-demos/recipe.toml +++ b/recipes/wip/mesa-demos/recipe.toml @@ -1,4 +1,5 @@ #TODO missing script for Meson, see https://gitlab.freedesktop.org/mesa/demos/-/blob/main/README.rst?ref_type=heads +#TODO make freeglut works [source] tar = "https://archive.mesa3d.org/demos/mesa-demos-9.0.0.tar.xz" [build] diff --git a/recipes/wip/mimic/recipe.toml b/recipes/wip/mimic/recipe.toml index 1a0bcf76d..1b3bb2735 100644 --- a/recipes/wip/mimic/recipe.toml +++ b/recipes/wip/mimic/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO mio crate error (even after cargo update) [source] git = "https://github.com/jawline/Mimic" [build] diff --git a/recipes/wip/minesweep-rs/recipe.toml b/recipes/wip/minesweep-rs/recipe.toml index 0af0af58c..22b5745ee 100644 --- a/recipes/wip/minesweep-rs/recipe.toml +++ b/recipes/wip/minesweep-rs/recipe.toml @@ -1,6 +1,5 @@ #TODO Not compiled or tested [source] git = "https://github.com/cpcloud/minesweep-rs" -rev = "9ed752aa9670b0e5220a25923dca50adb0a92c6f" [build] template = "cargo"