mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
14 lines
298 B
TOML
14 lines
298 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://gitlab.com/inkscape/lib2geom#building
|
|
[source]
|
|
git = "https://gitlab.com/inkscape/lib2geom"
|
|
rev = "18fc32f9972dfaee597055b3226c5b7ef3bfbb4c"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"boost",
|
|
"libgsl",
|
|
"glib",
|
|
"cairo",
|
|
]
|