aboutsummaryrefslogtreecommitdiff
path: root/project.conf
blob: 6c95bda555cc3b8d08622f54212580c5f2b9e555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "amalgine"
type = "executable"
version = "0.1.0"
platforms = ["linux32", "linux64", "win64"]

[config]
expose_include_dirs = ["include"]

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

[dependencies]
glfw3 = "3.2.1"
glew = "2.1.0"
glm = "0.9.8"
# TODO: Remove this and use a simple jpg and png loader
soil = "1.16.0"
# TODO: Add support for vcpkg in sibs and use that instead
bullet = "2"