aboutsummaryrefslogtreecommitdiff
path: root/project.conf
blob: 62353a27e56035a9b0c5ec713546b0a41e10b490 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "mgl"
type = "static"
version = "0.1.0"
platforms = ["posix"]

[config]
expose_include_dirs = ["include"]

[dependencies]
x11 = ">=1"