mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
Add a recipe
This commit is contained in:
parent
8ceb3ac122
commit
00bddb5023
18
recipes/wip/web/verso/recipe.toml
Normal file
18
recipes/wip/web/verso/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/versotile-org/verso"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"freetype2",
|
||||
"gettext",
|
||||
"glib",
|
||||
"gstreamer",
|
||||
"harfbuzz",
|
||||
"libffi",
|
||||
"libiconv",
|
||||
"libpng",
|
||||
"openssl1",
|
||||
"pcre",
|
||||
"zlib",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user