diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project.conf b/project.conf index f767638..81c8aa3 100644 --- a/project.conf +++ b/project.conf @@ -5,5 +5,7 @@ version = "0.1.0" platforms = ["posix"] [dependencies] -x11 = "1" -xext = "1"
\ No newline at end of file +x11 = ">=1" +xext = ">=1" +xcomposite = ">=0" +gl = ">=1"
\ No newline at end of file |