summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2016-08-06 21:31:20 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2016-08-06 21:31:29 -0400
commit2d2a68c4d00ed77483ae17607f0613b4a8188d0e (patch)
tree5fa62b2298065a59865e650697fff7a61a52777d /Cargo.toml
parent1ad88bc7e346cde1dba925fcc7a3a9c836adfec6 (diff)
Write to a GEGL buffer.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 87e126f..8c31968 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,5 @@ authors = ["Kjetil Orbekk <kjetil.orbekk@gmail.com>"]
[dependencies]
libc = "*"
glib = "*"
+gobject-sys = "*"
+glib-sys = "*"