| 1 | [package] |
|---|---|
| 2 | name = "glutin_egl_sys" |
| 3 | version = "0.7.1" |
| 4 | authors = ["Kirill Chibisov <contact@kchibisov.com>"] |
| 5 | description = "The egl bindings for glutin" |
| 6 | repository = "https://github.com/rust-windowing/glutin" |
| 7 | license = "Apache-2.0" |
| 8 | readme = "README.md" |
| 9 | rust-version = "1.70.0" |
| 10 | edition = "2021" |
| 11 | |
| 12 | [build-dependencies] |
| 13 | gl_generator = "0.14" |
| 14 | |
| 15 | [target.'cfg(windows)'.dependencies.windows-sys] |
| 16 | version = "0.52" |
| 17 | features = [ |
| 18 | "Win32_Foundation", |
| 19 | "Win32_Graphics_Gdi", |
| 20 | ] |
| 21 |
