aboutsummaryrefslogtreecommitdiff
path: root/project.conf
blob: 1a3d734b2ebe8b5e9885c9d8b4c219390dd25d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "quickmedia"
type = "executable"
version = "1.0.0"
platforms = ["posix"]

[config]
# Ubuntu requires this
include_dirs = ["/usr/include/tidy"]
# This needs to be commented out for now because rapidjson depends on undefined behavior according to gcc...
#error_on_warning = "true"

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

[dependencies]
sfml-graphics = "2"
x11 = "1"
xrandr = "1"
jsoncpp = "1"
gl = ">=0"