From 424615dc46b1aeb058fc681f5351d7f059071c75 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 17:33:08 -0300 Subject: [PATCH] Update the silicon recipe and TODOs --- recipes/wip/dev/other/not-perf/recipe.toml | 2 +- recipes/wip/dev/other/rudra/recipe.toml | 2 +- recipes/wip/dev/other/silicon/recipe.toml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/dev/other/not-perf/recipe.toml b/recipes/wip/dev/other/not-perf/recipe.toml index 4c7612f64..af14fe02d 100644 --- a/recipes/wip/dev/other/not-perf/recipe.toml +++ b/recipes/wip/dev/other/not-perf/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO perf_event_open crate error (after cargo update) [source] git = "https://github.com/koute/not-perf" [build] diff --git a/recipes/wip/dev/other/rudra/recipe.toml b/recipes/wip/dev/other/rudra/recipe.toml index 9a672bf30..0cec8f00e 100644 --- a/recipes/wip/dev/other/rudra/recipe.toml +++ b/recipes/wip/dev/other/rudra/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO ouutdated redox_syscall crate? [source] git = "https://github.com/sslab-gatech/Rudra" [build] diff --git a/recipes/wip/dev/other/silicon/recipe.toml b/recipes/wip/dev/other/silicon/recipe.toml index 64a2461bd..543bd0818 100644 --- a/recipes/wip/dev/other/silicon/recipe.toml +++ b/recipes/wip/dev/other/silicon/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/Aloxaf/silicon" [build] template = "cargo" +dependencies = [ + "fontconfig", +]