diff --git a/recipes/wip/db/skytable/recipe.toml b/recipes/wip/db/skytable/recipe.toml index a3fac8bc..0bf74a60 100644 --- a/recipes/wip/db/skytable/recipe.toml +++ b/recipes/wip/db/skytable/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO libsky crate error [source] git = "https://github.com/skytable/skytable" [build] diff --git a/recipes/wip/demos/albedo/recipe.toml b/recipes/wip/demos/albedo/recipe.toml index 365d915d..2b11feef 100644 --- a/recipes/wip/demos/albedo/recipe.toml +++ b/recipes/wip/demos/albedo/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO nanorand crate error [source] git = "https://github.com/albedo-engine/albedo" [build] diff --git a/recipes/wip/demos/avian/recipe.toml b/recipes/wip/demos/avian/recipe.toml index 763ce94c..7343d2b6 100644 --- a/recipes/wip/demos/avian/recipe.toml +++ b/recipes/wip/demos/avian/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO requires rustc 1.82.0 [source] git = "https://github.com/Jondolf/avian" [build] diff --git a/recipes/wip/demos/avt/recipe.toml b/recipes/wip/demos/avt/recipe.toml index 94a9bbce..39e7f716 100644 --- a/recipes/wip/demos/avt/recipe.toml +++ b/recipes/wip/demos/avt/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/asciinema/avt" [build] diff --git a/recipes/wip/demos/blade/recipe.toml b/recipes/wip/demos/blade/recipe.toml index 578d06fc..15c6c1f4 100644 --- a/recipes/wip/demos/blade/recipe.toml +++ b/recipes/wip/demos/blade/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO x11rb and rustix crates error [source] git = "https://github.com/kvark/blade" [build] diff --git a/recipes/wip/demos/blitz/recipe.toml b/recipes/wip/demos/blitz/recipe.toml index 53dc0362..f0102fed 100644 --- a/recipes/wip/demos/blitz/recipe.toml +++ b/recipes/wip/demos/blitz/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/DioxusLabs/blitz" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_examples url markdown """