summaryrefslogtreecommitdiffstats
path: root/gfx/qcms/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/qcms/Cargo.toml')
-rw-r--r--gfx/qcms/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/qcms/Cargo.toml b/gfx/qcms/Cargo.toml
index 094d1183d1..c6e0e76722 100644
--- a/gfx/qcms/Cargo.toml
+++ b/gfx/qcms/Cargo.toml
@@ -20,3 +20,6 @@ cmyk = []
[dependencies]
libc = {version = "0.2", optional = true }
+
+[build-dependencies]
+version_check = "0.9"