mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
parent
0392fe6af6
commit
cfb0cb7001
|
@ -4,6 +4,9 @@ name = "glutin"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
|
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["cocoa"]
|
||||||
|
|
||||||
[dependencies.compile_msg]
|
[dependencies.compile_msg]
|
||||||
git = "https://github.com/huonw/compile_msg"
|
git = "https://github.com/huonw/compile_msg"
|
||||||
|
|
||||||
|
@ -15,6 +18,7 @@ git = "https://github.com/bjz/gl-rs"
|
||||||
|
|
||||||
[dependencies.cocoa]
|
[dependencies.cocoa]
|
||||||
git = "https://github.com/DavidPartouche/rust-cocoa"
|
git = "https://github.com/DavidPartouche/rust-cocoa"
|
||||||
|
optional = true
|
||||||
|
|
||||||
[dependencies.core_foundation]
|
[dependencies.core_foundation]
|
||||||
git = "https://github.com/servo/rust-core-foundation"
|
git = "https://github.com/servo/rust-core-foundation"
|
||||||
|
|
Loading…
Reference in a new issue