# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "imgui-ext" version = "0.3.0" authors = ["german gomez "] exclude = ["ci/*", "page_deploy/*"] description = "A crate to build debug UIs on structs using a derive macro (based on the imgui crate)" readme = "README.md" keywords = ["gui", "imgui", "macro"] categories = ["gui", "api-bindings", "game-engines"] license = "MIT" repository = "https://github.com/germangb/imgui-ext" [dependencies.imgui] version = "0.1" [dependencies.imgui-ext-derive] version = "0.3" [dev-dependencies.gl] version = "0.13.0" [dev-dependencies.imgui-opengl-renderer] version = "0.4.0" [dev-dependencies.imgui-sdl2] version = "0.5.0" [dev-dependencies.na] version = "0.18.0" package = "nalgebra" [dev-dependencies.sdl2] version = "0.32.1" features = ["bundled"] [features] default = ["matrix"] matrix = [] mint = [] [badges.travis-ci] branch = "master" repository = "germangb/imgui-ext"