mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
OSX compatibility for Rust 1.0 alpha
This commit is contained in:
@@ -30,6 +30,7 @@ git = "https://github.com/servo/rust-cocoa"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.cocoa]
|
||||
git = "https://github.com/servo/rust-cocoa"
|
||||
features = ["arch_64"]
|
||||
|
||||
[target.i686-apple-darwin.dependencies.core_graphics]
|
||||
git = "https://github.com/servo/rust-core-graphics"
|
||||
@@ -37,6 +38,12 @@ git = "https://github.com/servo/rust-core-graphics"
|
||||
[target.x86_64-apple-darwin.dependencies.core_graphics]
|
||||
git = "https://github.com/servo/rust-core-graphics"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.core_foundation]
|
||||
git = "https://github.com/servo/rust-core-foundation"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.core_foundation]
|
||||
git = "https://github.com/servo/rust-core-foundation"
|
||||
|
||||
[target.i686-pc-windows-gnu.dependencies.winapi]
|
||||
version = "*"
|
||||
features = ["gdi32", "kernel32", "user32"]
|
||||
|
||||
Reference in New Issue
Block a user