aboutsummaryrefslogtreecommitdiff
path: root/project.conf
blob: a04642719a431ad4f721dc7a0b175cd61d7c99c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "gpu-screen-recorder"
type = "executable"
version = "3.0.0"
platforms = ["posix"]

[config]
ignore_dirs = ["kms/server"]
error_on_warning = "true"

[dependencies]
libavcodec = ">=58"
libavformat = ">=58"
libavutil = ">=56.2"
x11 = ">=1"
xcomposite = ">=0.2"
xrandr = ">=1"
xfixes = ">=2"
libpulse = ">=13"
libswresample = ">=3"
libavfilter = ">=5"
libva = ">=1"
libcap = ">=2"
libdrm = ">=2"
wayland-egl = ">=15"
wayland-client = ">=1"