mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
update recipes
This commit is contained in:
parent
164887b81c
commit
b7e5d3c019
@ -1,3 +1,4 @@
|
||||
#TODO make libfuse 2.x works
|
||||
#TODO probably wrong script, see https://github.com/philipl/pifs#readme
|
||||
[source]
|
||||
git = "https://github.com/philipl/pifs"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO compilation error (after an update on tokio, crossterm and tui crates)
|
||||
#TODO mio crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/Elkowar/pipr"
|
||||
[build]
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
#TODO
|
||||
#TODO require WebAssembly
|
||||
[source]
|
||||
git = "https://github.com/sile/pixcil"
|
||||
rev = "2309661977c3191f44e730c5a17639874e497b69"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages pixcil
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user