mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
11 lines
185 B
TOML
11 lines
185 B
TOML
#TODO waiting gdk-pixbuf conversion to TOML
|
|
[source]
|
|
git = "https://github.com/developomp/pomky"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"glib",
|
|
"pcre",
|
|
"gdk-pixbuf",
|
|
]
|