c1962ae35c
* Move to Edition 2021 * Update `wgpu`, `raw-window-handle`, and all dependencies for the examples * Update MSRV * Closes #244
19 lines
426 B
TOML
19 lines
426 B
TOML
[package]
|
|
name = "minimal-sdl2"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
beryllium = { version = "0.7", features = ["use-raw-window-handle"] }
|
|
env_logger = "0.9"
|
|
fermium = { version = "20016.1.1", default-features = false }
|
|
log = "0.4"
|
|
pixels = { path = "../.." }
|
|
zstring = "0.1"
|