c1962ae35c
* Move to Edition 2021 * Update `wgpu`, `raw-window-handle`, and all dependencies for the examples * Update MSRV * Closes #244
21 lines
444 B
TOML
21 lines
444 B
TOML
[package]
|
|
name = "minimal-egui"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
egui = "0.16"
|
|
egui_wgpu_backend = "0.16"
|
|
egui-winit = { version = "0.16", default-features = false, features = ["links"] }
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
pixels = { path = "../.." }
|
|
winit = "0.26"
|
|
winit_input_helper = "0.11"
|