glutin-winit 0.3.0

Glutin bootstrapping helpers with winit
Documentation
[build-dependencies.cfg_aliases]
version = "0.1.1"
[dependencies.glutin]
default-features = false
version = "0.30.1"

[dependencies.raw-window-handle]
version = "0.5.0"

[dependencies.winit]
default-features = false
version = "0.28.1"

[features]
default = ["egl", "glx", "x11", "wayland", "wgl"]
egl = ["glutin/egl"]
glx = ["glutin/glx", "glutin/x11", "winit/x11", "x11"]
wayland = ["glutin/wayland", "winit/wayland"]
wgl = ["glutin/wgl"]
x11 = ["glutin/x11", "winit/x11"]

[package]
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
description = "Glutin bootstrapping helpers with winit"
edition = "2021"
keywords = ["windowing", "opengl", "winit"]
license = "MIT"
name = "glutin-winit"
readme = "README.md"
repository = "https://github.com/rust-windowing/glutin"
resolver = "1"
version = "0.3.0"