doppler/Cargo.toml

24 lines
553 B
TOML

[package]
name = "doppler"
version = "0.1.0"
authors = ["Piotr <siuszko@zoho.com>"]
edition = "2018"
[profile.release]
opt-level = 'z'
panic = 'abort'
lto = true
[dependencies]
gl = "0.14.0"
imgui-glfw-rs = { git = "https://github.com/Leinnan/imgui-glfw-rs" }
cgmath = "0.17.0"
imgui-inspect = "0.5.0"
imgui-inspect-derive = "0.5.0"
tobj = "2.0.2"
human-panic = "1.0.3"
inline_tweak = "1.0.8"
image2 = { git = "https://github.com/Leinnan/image2-rs", branch="legacy", default-features = false, features=["io"] }
[profile.dev.package."*"]
opt-level = 2