[package] name = "doppler" version = "0.1.0" authors = ["Piotr "] 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" log = "0.4.11" simple-logging = "2.0.2" image2 = { git = "https://github.com/Leinnan/image2-rs", branch="legacy", default-features = false, features=["io"] } [profile.dev.package."*"] opt-level = 2