glutin_egl_sys 0.7.0

The egl bindings for glutin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.gl_generator]
version = "0.14"

[package]
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
description = "The egl bindings for glutin"
edition = "2021"
license = "Apache-2.0"
name = "glutin_egl_sys"
readme = "README.md"
repository = "https://github.com/rust-windowing/glutin"
rust-version = "1.70.0"
version = "0.7.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Graphics_Gdi"]
version = "0.52"