mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
14 lines
430 B
TOML
14 lines
430 B
TOML
#TODO not compiled or tested
|
|
#TODO determine minimum dependencies from meson log
|
|
# build instructions: https://github.com/maoschanz/drawing/blob/master/CONTRIBUTING.md#install-from-source-code
|
|
# dependencies: https://github.com/maoschanz/drawing/blob/master/CONTRIBUTING.md#dependencies
|
|
[source]
|
|
git = "https://github.com/maoschanz/drawing"
|
|
rev = "1.0.2"
|
|
[build]
|
|
template = "meson"
|
|
#dependencies = [
|
|
# "gtk3",
|
|
# "cairo",
|
|
#]
|