Update the silicon recipe and TODOs

This commit is contained in:
Ribbon 2025-06-08 17:33:08 -03:00
parent 90705d3877
commit 424615dc46
3 changed files with 5 additions and 2 deletions

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO ouutdated redox_syscall crate?
[source]
git = "https://github.com/sslab-gatech/Rudra"
[build]

View File

@ -3,3 +3,6 @@
git = "https://github.com/Aloxaf/silicon"
[build]
template = "cargo"
dependencies = [
"fontconfig",
]