[build-dependencies.cfg_aliases]
version = "0.1.1"
[dependencies.glutin]
default-features = false
version = "0.31.0"
[dependencies.raw-window-handle]
version = "0.5.2"
[dependencies.winit]
default-features = false
features = ["rwh_05"]
version = "0.29.2"
[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"
version = "0.4.2"