diff --git a/recipes/wip/demos/ferris-says/recipe.toml b/recipes/wip/demos/ferris-says/recipe.toml index e505773a4..4bf90364e 100644 --- a/recipes/wip/demos/ferris-says/recipe.toml +++ b/recipes/wip/demos/ferris-says/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/rust-lang/ferris-says" [build] diff --git a/recipes/wip/demos/fractal-rs/recipe.toml b/recipes/wip/demos/fractal-rs/recipe.toml index 2032d1bd1..f31f377d3 100644 --- a/recipes/wip/demos/fractal-rs/recipe.toml +++ b/recipes/wip/demos/fractal-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO glutin crate error [source] git = "https://github.com/aetherknight/fractal-rs" [build] diff --git a/recipes/wip/doc/tendril-wiki/recipe.toml b/recipes/wip/doc/tendril-wiki/recipe.toml index b7fc364ac..c6b151d8a 100644 --- a/recipes/wip/doc/tendril-wiki/recipe.toml +++ b/recipes/wip/doc/tendril-wiki/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/jamestthompson3/tendril-wiki" [build] template = "custom" script = """ -cookbook_cargo_packages bin +cookbook_cargo_packages tendril """