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

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

[config]
ignore_dirs = ["build", "tools"]

[dependencies]
xcomposite = ">=0"
xfixes = ">=0"
xi = ">=0"