winit-sonoma-fix/Cargo.toml

21 lines
476 B
TOML
Raw Normal View History

2014-07-27 18:55:37 +10:00
[package]
2014-09-21 19:33:09 +10:00
name = "glutin"
2014-07-27 18:55:37 +10:00
version = "0.0.1"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
[dependencies.compile_msg]
git = "https://github.com/huonw/compile_msg"
2014-09-12 02:13:50 +10:00
[dependencies.android_glue]
git = "https://github.com/tomaka/android-rs-glue"
[dependencies.gl_generator]
2014-09-12 02:13:50 +10:00
git = "https://github.com/bjz/gl-rs"
[dependencies.cocoa]
git = "https://github.com/DavidPartouche/rust-cocoa"
[dependencies.core_foundation]
git = "https://github.com/servo/rust-core-foundation"