diff --git a/recipes/wip/demos/gfx-shader-watch/recipe.toml b/recipes/wip/demos/gfx-shader-watch/recipe.toml index f79d3baf..22564a19 100644 --- a/recipes/wip/demos/gfx-shader-watch/recipe.toml +++ b/recipes/wip/demos/gfx-shader-watch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO glutin crate error [source] git = "https://github.com/alexheretic/gfx-shader-watch" [build] diff --git a/recipes/wip/demos/if-watch/recipe.toml b/recipes/wip/demos/if-watch/recipe.toml index 78c60464..be84f4aa 100644 --- a/recipes/wip/demos/if-watch/recipe.toml +++ b/recipes/wip/demos/if-watch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO require the "smol" feature flag [source] git = "https://github.com/mxinden/if-watch" [build] diff --git a/recipes/wip/demos/tenki/recipe.toml b/recipes/wip/demos/tenki/recipe.toml index bf49337a..cdf07a19 100644 --- a/recipes/wip/demos/tenki/recipe.toml +++ b/recipes/wip/demos/tenki/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/ckaznable/tenki" rev = "9cf863f925e42eb30f7613db89469d739add7362" diff --git a/recipes/wip/dev/crates-tui/recipe.toml b/recipes/wip/dev/crates-tui/recipe.toml index 8af7a014..ab62173a 100644 --- a/recipes/wip/dev/crates-tui/recipe.toml +++ b/recipes/wip/dev/crates-tui/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/ratatui-org/crates-tui" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/tools/just/recipe.toml b/recipes/wip/tools/just/recipe.toml index b6050290..a732109f 100644 --- a/recipes/wip/tools/just/recipe.toml +++ b/recipes/wip/tools/just/recipe.toml @@ -1,4 +1,4 @@ -#TODO camino crate error +#TODO camino and target crate error [source] git = "https://github.com/casey/just" [build]