mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Experimental wayland support, test 1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user