mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Cleaned up OSX dependencies.
This commit is contained in:
parent
63d2cd263e
commit
9e96fdb288
21
Cargo.toml
21
Cargo.toml
|
@ -30,23 +30,10 @@ clock_ticks = "*"
|
|||
[target.arm-linux-androideabi.dependencies.android_glue]
|
||||
version = "0"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.glutin_cocoa]
|
||||
version = "0"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.glutin_cocoa]
|
||||
version = "0"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.glutin_core_graphics]
|
||||
version = "0"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.glutin_core_graphics]
|
||||
version = "0"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.glutin_core_foundation]
|
||||
version = "0"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.glutin_core_foundation]
|
||||
version = "0"
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
glutin_cocoa = "0"
|
||||
glutin_core_graphics = "0"
|
||||
glutin_core_foundation = "0"
|
||||
|
||||
[target.i686-pc-windows-gnu.dependencies]
|
||||
winapi = "0.1"
|
||||
|
|
Loading…
Reference in a new issue