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

# This needs to be commented out for now because rapidjson depends on undefined behavior according to gcc...
#[config]
#error_on_warning = "true"

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

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