mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
17 lines
235 B
Plaintext
17 lines
235 B
Plaintext
[package]
|
|
name = "gsr-ui"
|
|
type = "executable"
|
|
version = "1.0.3"
|
|
platforms = ["posix"]
|
|
|
|
[lang.cpp]
|
|
version = "c++17"
|
|
|
|
[config]
|
|
ignore_dirs = ["build", "tools"]
|
|
|
|
[dependencies]
|
|
xcomposite = ">=0"
|
|
xfixes = ">=0"
|
|
xi = ">=0"
|
|
xcursor = ">=1" |