diff --git a/recipes/wip/demos/ratzilla/recipe.toml b/recipes/wip/demos/ratzilla/recipe.toml index c021dc8a0..9da0eb979 100644 --- a/recipes/wip/demos/ratzilla/recipe.toml +++ b/recipes/wip/demos/ratzilla/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/orhun/ratzilla" [build] diff --git a/recipes/wip/gui/ordinary/recipe.toml b/recipes/wip/gui/ordinary/recipe.toml index ffc25fc69..7d2c19b4d 100644 --- a/recipes/wip/gui/ordinary/recipe.toml +++ b/recipes/wip/gui/ordinary/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO update async-io and rustix [source] git = "https://gitlab.com/floers/ordinary" [build] diff --git a/recipes/wip/image/editors/rx/recipe.toml b/recipes/wip/image/editors/rx/recipe.toml index ad719de42..aadb2f3f9 100644 --- a/recipes/wip/image/editors/rx/recipe.toml +++ b/recipes/wip/image/editors/rx/recipe.toml @@ -1,5 +1,6 @@ #TODO not compiled or tested [source] git = "https://github.com/cloudhead/rx" +script = "rm Cargo.lock" [build] template = "cargo"