mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Added fullscreen support to osx
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -24,14 +24,8 @@ git = "https://github.com/DavidPartouche/rust-cocoa"
|
||||
[target.x86_64-apple-darwin.dependencies.cocoa]
|
||||
git = "https://github.com/DavidPartouche/rust-cocoa"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.core_foundation]
|
||||
git = "https://github.com/DavidPartouche/rust-core-foundation"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.core_foundation]
|
||||
git = "https://github.com/DavidPartouche/rust-core-foundation"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.core_graphics]
|
||||
git = "https://github.com/DavidPartouche/rust-core-graphics"
|
||||
git = "https://github.com/servo/rust-core-graphics"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.core_graphics]
|
||||
git = "https://github.com/DavidPartouche/rust-core-graphics"
|
||||
git = "https://github.com/servo/rust-core-graphics"
|
||||
|
||||
Reference in New Issue
Block a user