b5b55c43f7
- Adds extra troubleshooting documentation to the README
17 lines
363 B
TOML
17 lines
363 B
TOML
[package]
|
|
name = "minimal-sdl2"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
beryllium = { version = "0.2.1", features = ["extern_crate_raw_window_handle"] }
|
|
env_logger = "0.7.1"
|
|
log = "0.4.8"
|
|
pixels = { path = "../.." }
|