diff --git a/recipes/wip/demos/gfx-shader-watch/recipe.toml b/recipes/wip/demos/gfx-shader-watch/recipe.toml index f79d3bafbf550abad084115358f3189a51509e8a..22564a1978c926e1c47486c2e765e366e793108c 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 78c60464937f3f355517b6a0f0a4cbb7064471db..be84f4aa8a81d2519e8fd2ab4c5f6a4d49e67a8e 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 bf49337a76760ed05fbb2f4b1fb1d29f6c3fa94c..cdf07a1941898af7b540c9d372d74ce75a18625a 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 8af7a014e7ce7d2942cc89344997e63a65ababe2..ab62173aac0650a8f9765462e941c38877178546 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 b60502904250566ecd0083ee1f1af382a318ed43..a732109fa2b3655bf03f3deda9cf6a018bf223b9 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]