blob: b22578c74664d33bf51ed3232b08099899121711 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "mgl"
type = "static"
version = "0.1.0"
platforms = ["posix"]
[config]
expose_include_dirs = ["include"]
[dependencies]
x11 = ">=0.5"
xrender = ">=0.5"
|