aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/project.conf b/project.conf
index ee1d00b..a046427 100644
--- a/project.conf
+++ b/project.conf
@@ -1,11 +1,12 @@
[package]
name = "gpu-screen-recorder"
type = "executable"
-version = "2.1.0"
+version = "3.0.0"
platforms = ["posix"]
[config]
ignore_dirs = ["kms/server"]
+error_on_warning = "true"
[dependencies]
libavcodec = ">=58"
@@ -14,9 +15,12 @@ libavutil = ">=56.2"
x11 = ">=1"
xcomposite = ">=0.2"
xrandr = ">=1"
+xfixes = ">=2"
libpulse = ">=13"
libswresample = ">=3"
libavfilter = ">=5"
libva = ">=1"
libcap = ">=2"
-xfixes = ">=2" \ No newline at end of file
+libdrm = ">=2"
+wayland-egl = ">=15"
+wayland-client = ">=1"