mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Update with libc change
This commit is contained in:
parent
6b52bf95a4
commit
28955c69d0
1 changed files with 2 additions and 1 deletions
|
@ -16,8 +16,9 @@ default = ["window"]
|
||||||
window = []
|
window = []
|
||||||
headless = []
|
headless = []
|
||||||
|
|
||||||
[dependencies.gl_common]
|
[dependencies]
|
||||||
gl_common = "*"
|
gl_common = "*"
|
||||||
|
libc = "*"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
gl_generator = "*"
|
gl_generator = "*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue