blob: bc9b3b6dbfb50be8e9ff266032c4885eb0d5fe88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "gpu-screen-recorder-gtk"
type = "executable"
version = "1.3.2"
platforms = ["posix"]
[config]
error_on_warning = "true"
[dependencies]
gtk+-3.0 = "3"
x11 = "1"
xrandr = "1"
libpulse = ">=13"
|