aboutsummaryrefslogtreecommitdiff
path: root/project.conf
blob: cf3c0e4d3cfb20479df9b85c4b3591a889eb2bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gsr-ui"
type = "executable"
version = "0.1.0"
platforms = ["posix"]

[lang.cpp]
version = "c++17"

[config]
ignore_dirs = ["build", "gsr-ui-daemon"]

[dependencies]
xcomposite = ">=0"