aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-19 07:04:21 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-19 07:04:21 +0200
commit3bdf82eec2c915e91ae487e29d72639f9efcad67 (patch)
treec61476e241f75e71959394d82aa3ff9c343febbb /project.conf
parent4a96d4a354fbde7fd614075c060aea78a3411b42 (diff)
Use uint8_t for color instead of float
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 62353a2..8b939d6 100644
--- a/project.conf
+++ b/project.conf
@@ -8,4 +8,4 @@ platforms = ["posix"]
expose_include_dirs = ["include"]
[dependencies]
-x11 = ">=1" \ No newline at end of file
+x11 = "1" \ No newline at end of file