blob: e4ea76a917f22da0376e1cc43a9e4818bf38f665 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "mgl"
type = "static"
version = "0.1.0"
platforms = ["posix"]
[config]
ignore_dirs = ["build"]
expose_include_dirs = ["include"]
[dependencies]
x11 = ">=0.5"
xrender = ">=0.5"
xrandr = ">=0.5"
wayland-client = ">=1"
wayland-egl = ">=15"
|