mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
Depend on glutin_core_foundation instead of core_foundation
This commit is contained in:
parent
3117ab5b2d
commit
8eac00f007
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "glutin"
|
||||
version = "0.0.10"
|
||||
version = "0.0.11"
|
||||
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
|
||||
description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment."
|
||||
keywords = ["windowing", "opengl"]
|
||||
|
@ -42,10 +42,10 @@ version = "0"
|
|||
[target.x86_64-apple-darwin.dependencies.glutin_core_graphics]
|
||||
version = "0"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.core_foundation]
|
||||
[target.i686-apple-darwin.dependencies.glutin_core_foundation]
|
||||
version = "0"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.core_foundation]
|
||||
[target.x86_64-apple-darwin.dependencies.glutin_core_foundation]
|
||||
version = "0"
|
||||
|
||||
[target.i686-pc-windows-gnu.dependencies]
|
||||
|
|
Loading…
Reference in a new issue