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