b76ae1f7bc
- Update winit - Update egui_winit_platform - Update imgui_winit_support - Fix hyperlink and resize in `egui-winit` example
25 lines
532 B
TOML
25 lines
532 B
TOML
[package]
|
|
name = "egui-winit"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
egui = "0.12"
|
|
egui_wgpu_backend = "0.8"
|
|
env_logger = "0.8"
|
|
log = "0.4"
|
|
pixels = { path = "../.." }
|
|
winit = "0.25"
|
|
winit_input_helper = "0.10"
|
|
|
|
[dependencies.egui_winit_platform]
|
|
git = "https://github.com/hasenbanck/egui_winit_platform.git"
|
|
rev = "9fd92782d8de22d7882168d7b5ae7a2eb02448d9"
|
|
features = ["webbrowser"]
|