aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/project.conf b/project.conf
index 2f3637d..3e39072 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gpu-screen-recorder"
type = "executable"
-version = "1.3.0"
+version = "2.0.0"
platforms = ["posix"]
[config]
@@ -17,4 +17,5 @@ xrandr = ">=1"
libpulse = ">=13"
libswresample = ">=3"
libavfilter = ">=5"
-libva = ">=1" \ No newline at end of file
+libva = ">=1"
+libcap = ">=2"