From cb37b6a028a4995221ec28e12d24b3930756a526 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 01:49:23 +0000 Subject: [PATCH] update recipes --- recipes/wip/fyrox-editor/recipe.toml | 9 --------- recipes/wip/fzf-make/recipe.toml | 3 +-- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 recipes/wip/fyrox-editor/recipe.toml diff --git a/recipes/wip/fyrox-editor/recipe.toml b/recipes/wip/fyrox-editor/recipe.toml deleted file mode 100644 index f50cfff0d..000000000 --- a/recipes/wip/fyrox-editor/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#TODO -[source] -git = "https://github.com/FyroxEngine/Fyrox" -rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955" -[build] -template = "custom" -script = """ -cookbook_cargo_packages editor -""" diff --git a/recipes/wip/fzf-make/recipe.toml b/recipes/wip/fzf-make/recipe.toml index 8c81344b5..a6dd4da9a 100644 --- a/recipes/wip/fzf-make/recipe.toml +++ b/recipes/wip/fzf-make/recipe.toml @@ -1,6 +1,5 @@ -#TODO Not compiled or tested +#TODO termios crate error [source] git = "https://github.com/kyu08/fzf-make" -rev = "e334513f976f42f4174c4dd175da653f248ec9b8" [build] template = "cargo"