update recipes

This commit is contained in:
Ribbon 2023-12-23 01:03:49 +00:00
parent 164887b81c
commit b7e5d3c019
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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