egui_winit_platform 0.28.0

Platform code to use egui with winit.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
clipboard = ["copypasta"]
default = ["default_fonts"]
default_fonts = ["egui/default_fonts"]

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

[dependencies.copypasta]
version = "^0.10"
optional = true

[dependencies.egui]
version = "0.33"
default-features = false

[dependencies.webbrowser]
version = "^1.0"
optional = true

[dependencies.winit]
version = "0.30"