2020-01-08 12:34:55 +00:00
|
|
|
[package]
|
2020-03-31 21:37:39 +00:00
|
|
|
name = "gpu-screen-recorder"
|
2020-01-08 12:34:55 +00:00
|
|
|
type = "executable"
|
2022-11-30 23:47:30 +00:00
|
|
|
version = "1.3.0"
|
2020-01-08 12:34:55 +00:00
|
|
|
platforms = ["posix"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libavcodec = ">=58"
|
|
|
|
libavformat = ">=58"
|
|
|
|
libavutil = ">=56.2"
|
|
|
|
x11 = ">=1"
|
|
|
|
xcomposite = ">=0.2"
|
2022-10-13 23:16:31 +00:00
|
|
|
xrandr = ">=1"
|
2022-09-20 01:39:15 +00:00
|
|
|
libpulse = ">=13"
|
2022-02-25 03:11:58 +00:00
|
|
|
libswresample = ">=3"
|
2023-04-01 13:14:36 +00:00
|
|
|
libavfilter = ">=5"
|
|
|
|
libva = ">=1"
|