Experimental wayland support, test 1

This commit is contained in:
dec05eba
2023-07-17 22:27:14 +02:00
parent 93225fbc3b
commit 0a2806972f
24 changed files with 1438 additions and 146 deletions

View File

@@ -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"
@@ -20,4 +21,6 @@ libavfilter = ">=5"
libva = ">=1"
libcap = ">=2"
xfixes = ">=2"
libdrm = ">=2"
libdrm = ">=2"
wayland-egl = ">=15"
wayland-client = ">=1"