egui_winit_platform 0.1.0

Platform code to use egui with winit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.egui]
version = "0.2"

[dependencies.winit]
version = "0.23"

[package]
authors = ["Nils Hasenbanck <nils@hasenbanck.de>"]
description = "Platform code to use egui with winit."
edition = "2018"
homepage = "https://github.com/hasenbanck/egui_winit_platform"
license = "MIT OR Apache-2.0"
name = "egui_winit_platform"
readme = "README.md"
repository = "https://github.com/hasenbanck/egui_winit_platform"
version = "0.1.0"