diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-04-08 02:19:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-04-08 02:19:47 +0200 |
commit | 226d66d7bf7f6d84fec09308b77970e457e1dab8 (patch) | |
tree | da6834628123842ccab2a293699131bb1b041c62 | |
parent | de72b93b0d0ccf3dffaaf196aa4fd05fff66dd85 (diff) |
version 2.0.0
-rw-r--r-- | project.conf | 5 |
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" |