aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a17e48327c1d79a52cd143f1563ba67e79a1b03f (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "gl-init-rs"
version = "0.0.1"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]

[dependencies.compile_msg]
git = "https://github.com/huonw/compile_msg"

[dev-dependencies.gl]
git = "https://github.com/bjz/gl-rs"