21 lines
604 B
TOML
21 lines
604 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.10"
|
|
egui_wgpu_backend = { git = "https://github.com/hasenbanck/egui_wgpu_backend.git", rev = "9d03ad345d15d1e44165849b242d3562fdf3e859" }
|
|
egui_winit_platform = { git = "https://github.com/hasenbanck/egui_winit_platform.git", rev = "17298250e9721e8bf2c1d4a17b3e22777f8cb2e8" }
|
|
env_logger = "0.7"
|
|
log = "0.4"
|
|
pixels = { path = "../.." }
|
|
winit = "0.24"
|
|
winit_input_helper = "0.9"
|