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