# 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-winit-glow-renderer-viewports" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "combined platform + renderer using the docking branch viewport feature" homepage = "https://github.com/imgui-rs/imgui-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/imgui-rs/imgui-rs" [lib] name = "imgui_winit_glow_renderer_viewports" path = "src/lib.rs" [[example]] name = "viewports_basic" path = "examples/viewports_basic.rs" [dependencies.glow] version = "0.14" [dependencies.glutin] version = "0.32" [dependencies.glutin-winit] version = "0.5" [dependencies.imgui] version = "0.12.0" features = ["docking"] [dependencies.raw-window-handle] version = "0.6.0" [dependencies.thiserror] version = "1.0.38" [dependencies.winit] version = "0.30"