diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/project.conf b/project.conf index 164cf6b..ddf4c22 100644 --- a/project.conf +++ b/project.conf @@ -1,19 +1,14 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "3.8.0" +version = "5.7.6" platforms = ["posix"] [config] ignore_dirs = ["build"] -error_on_warning = "true" +error_on_warning = "false" [dependencies] gtk+-3.0 = "3" x11 = "1" -xrandr = "1" -libpulse = ">=13" -libdrm = ">=2" -wayland-egl = ">=15" -wayland-client = ">=1" ayatana-appindicator3-0.1 = ">=0" |