# 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 = "imgui_presentable" version = "0.4.0" authors = ["Viktor Polevoi "] description = "A simple way to represent Rust types in ImGui." documentation = "https://docs.rs/imgui_presentable" readme = "README.md" keywords = ["imgui"] license = "MIT" repository = "https://github.com/vityafx/imgui_presentable" [package.metadata.docs.rs] all-features = true [dependencies.egui] version = "0.24" optional = true [dependencies.egui_extras] version = "0.24" optional = true [dependencies.glam] version = "0.24" optional = true [dependencies.imgui] version = "0.11" features = ["tables-api"] optional = true [dependencies.imgui_presentable_derive] version = "0.4" [features] default = [ "glam", "imgui_backend", "egui_backend", ] egui_backend = [ "imgui_presentable_derive/egui_backend", "egui", "egui_extras", ] imgui_backend = [ "imgui_presentable_derive/imgui_backend", "imgui", ]