diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/project.conf b/project.conf index acf3b2f..54f9172 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "0.1.0" +version = "1.6.7" platforms = ["posix"] [lang.cpp] @@ -13,4 +13,10 @@ ignore_dirs = ["build", "tools"] [dependencies] xcomposite = ">=0" xfixes = ">=0" -xi = ">=0"
\ No newline at end of file +xext = ">=0" +xi = ">=0" +xcursor = ">=1" +xrandr = ">=0.5" +libpulse-simple = ">=0" +libdrm = ">=2" +wayland-client = ">=1" |