stevenarella/gl/Cargo.lock

51 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-09-17 11:04:25 -04:00
[root]
name = "steven_gl"
version = "0.0.1"
dependencies = [
2016-03-16 13:53:04 -04:00
"gl_generator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-17 11:04:25 -04:00
]
[[package]]
name = "bitflags"
2016-03-16 13:53:04 -04:00
version = "0.3.3"
2015-09-17 11:04:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "gl_generator"
2016-03-16 13:53:04 -04:00
version = "0.4.2"
2015-09-17 11:04:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-03-16 13:53:04 -04:00
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"xml-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-17 11:04:25 -04:00
]
[[package]]
name = "khronos_api"
2016-03-16 13:53:04 -04:00
version = "1.0.0"
2015-09-17 11:04:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
2016-03-16 13:53:04 -04:00
version = "0.2.8"
2015-09-17 11:04:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "log"
2016-03-16 13:53:04 -04:00
version = "0.3.5"
2015-09-17 11:04:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-03-16 13:53:04 -04:00
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-17 11:04:25 -04:00
]
[[package]]
name = "xml-rs"
2016-03-16 13:53:04 -04:00
version = "0.2.2"
2015-09-17 11:04:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2016-03-16 13:53:04 -04:00
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-17 11:04:25 -04:00
]