From 258fe12de646b918548c574135667755038a70f2 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 20 Mar 2024 15:23:00 +0000 Subject: [PATCH] update recipes --- recipes/wip/dev/crates-tui/recipe.toml | 2 +- recipes/wip/dev/oxidizer/recipe.toml | 2 +- recipes/wip/dev/wasmtime/recipe.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes/wip/dev/crates-tui/recipe.toml b/recipes/wip/dev/crates-tui/recipe.toml index ab62173aa..6a37b7708 100644 --- a/recipes/wip/dev/crates-tui/recipe.toml +++ b/recipes/wip/dev/crates-tui/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO port to the Orbital clipboard [source] git = "https://github.com/ratatui-org/crates-tui" [build] diff --git a/recipes/wip/dev/oxidizer/recipe.toml b/recipes/wip/dev/oxidizer/recipe.toml index 00d3f1665..62b3afe91 100644 --- a/recipes/wip/dev/oxidizer/recipe.toml +++ b/recipes/wip/dev/oxidizer/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO rustc-serialize crate error [source] git = "https://github.com/ix/oxidizer" [build] diff --git a/recipes/wip/dev/wasmtime/recipe.toml b/recipes/wip/dev/wasmtime/recipe.toml index f433a4578..a8f9539cb 100644 --- a/recipes/wip/dev/wasmtime/recipe.toml +++ b/recipes/wip/dev/wasmtime/recipe.toml @@ -1,6 +1,5 @@ -#TODO Not compiled or tested +#TODO fs-set-times crate error [source] git = "https://github.com/bytecodealliance/wasmtime" -rev = "6613acd1e4817957a4a7745125ef063b43c273a7" [build] template = "cargo" -- GitLab