mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Fix compilation of cocoa
This commit is contained in:
parent
4882a94080
commit
ad21d31b6b
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "glutin"
|
||||
version = "0.0.28"
|
||||
version = "0.0.29"
|
||||
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
|
||||
description = "Cross-plaform OpenGL context provider."
|
||||
keywords = ["windowing", "opengl"]
|
||||
|
|
|
@ -9,7 +9,6 @@ use libc;
|
|||
|
||||
use Api;
|
||||
use BuilderAttribs;
|
||||
use CreationError;
|
||||
use GlContext;
|
||||
use GlProfile;
|
||||
use GlRequest;
|
||||
|
|
Loading…
Reference in a new issue