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