a2c639823f
* Update winit 0.27 Closes #292 This _does not_ update `winit` in the `imgui-winit` example. See https://github.com/parasyte/pixels/pull/302#issuecomment-1264483040 for discussion.
18 lines
322 B
TOML
18 lines
322 B
TOML
[package]
|
|
name = "minimal-winit"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
pixels = { path = "../.." }
|
|
winit = "0.27"
|
|
winit_input_helper = "0.13"
|