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>"]
|
|
|
|
|
2014-10-07 05:32:47 +11:00
|
|
|
[features]
|
2014-10-05 04:17:02 +11:00
|
|
|
default = ["cocoa", "window"]
|
|
|
|
window = []
|
|
|
|
headless = []
|
2014-10-07 05:32:47 +11:00
|
|
|
|
2014-08-12 17:16:08 +10:00
|
|
|
[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"
|
|
|
|
|
2014-09-12 23:51:43 +10:00
|
|
|
[dependencies.gl_generator]
|
2014-09-12 02:13:50 +10:00
|
|
|
git = "https://github.com/bjz/gl-rs"
|
2014-10-04 23:49:39 +10:00
|
|
|
|
|
|
|
[dependencies.cocoa]
|
|
|
|
git = "https://github.com/DavidPartouche/rust-cocoa"
|
2014-10-07 05:32:47 +11:00
|
|
|
optional = true
|
2014-10-04 23:49:39 +10:00
|
|
|
|
|
|
|
[dependencies.core_foundation]
|
2014-10-14 23:44:26 +11:00
|
|
|
git = "https://github.com/servo/rust-core-foundation"
|