# 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-glium-renderer" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Glium renderer for the imgui crate" homepage = "https://github.com/imgui-rs/imgui-glium-renderer" documentation = "https://docs.rs/imgui-glium-renderer" readme = "README.md" categories = [ "gui", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/imgui-rs/imgui-glium-renderer" [lib] name = "imgui_glium_renderer" path = "src/lib.rs" [[example]] name = "glium_01_basic" path = "examples/glium_01_basic.rs" [dependencies.glium] version = "0.35.0" default-features = false [dependencies.imgui] version = "0.12.0" [dev-dependencies.glium] version = "0.35.0" features = ["glutin_backend"] default-features = false [dev-dependencies.glutin] version = "0.32" [dev-dependencies.glutin-winit] version = "0.5.0" [dev-dependencies.imgui-winit-support] version = "0.13" [dev-dependencies.raw-window-handle] version = "0.6.0" [dev-dependencies.winit] version = "0.30" features = ["rwh_06"]