mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-01-31 01:13:04 +09:00
26 lines
364 B
Plaintext
26 lines
364 B
Plaintext
[package]
|
|
name = "gsr-ui"
|
|
type = "executable"
|
|
version = "1.10.6"
|
|
platforms = ["posix"]
|
|
|
|
[lang.cpp]
|
|
version = "c++17"
|
|
|
|
[config]
|
|
ignore_dirs = ["build", "tools"]
|
|
|
|
[define]
|
|
_FILE_OFFSET_BITS = "64"
|
|
|
|
[dependencies]
|
|
xcomposite = ">=0"
|
|
xfixes = ">=0"
|
|
xext = ">=0"
|
|
xi = ">=0"
|
|
xcursor = ">=1"
|
|
xrandr = ">=0.5"
|
|
libpulse-simple = ">=0"
|
|
libdrm = ">=2"
|
|
wayland-client = ">=1"
|