wingl 0.1.2

A minimal opengl windows for the win32 api.
Documentation
[dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "System_Power"]
version = "0.52.0"

[dev-dependencies.gl]
version = "0.14.0"

[lib]
name = "wingl"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal opengl windows for the win32 api."
edition = "2021"
keywords = ["windows", "win32", "opengl"]
license = "MIT OR Apache-2.0"
name = "wingl"
readme = "README.md"
version = "0.1.2"