# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "minigw" version = "0.0.6" authors = ["Jason de Wolff "] description = "A convenient Rust library for creating cross platform windows and displaying pixel buffers." documentation = "https://docs.rs/minigw/" readme = "README.md" keywords = [ "minigw", "framebuffer", "graphics", "games", "window", ] categories = [ "rendering", "graphics", "gui", "games", ] license = "MIT" repository = "https://github.com/JasondeWolff/minigw" [profile.dev] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = true [lib] name = "minigw" crate-type = ["lib"] path = "src/lib.rs" [dependencies.cgmath] version = "0.17.0" [dependencies.gl] version = "0.14.0" [dependencies.glutin] version = "0.29.1" [dependencies.imgui] version = "0.10.0"