# 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-glow-renderer" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "glow renderer for the imgui crate" homepage = "https://github.com/imgui-rs/imgui-glow-renderer" readme = "README.md" categories = [ "gui", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/imgui-rs/imgui-glow-renderer" [lib] name = "imgui_glow_renderer" path = "src/lib.rs" [[example]] name = "glow_01_basic" path = "examples/glow_01_basic.rs" [[example]] name = "glow_02_triangle" path = "examples/glow_02_triangle.rs" [[example]] name = "glow_03_triangle_gles" path = "examples/glow_03_triangle_gles.rs" [[example]] name = "glow_04_custom_textures" path = "examples/glow_04_custom_textures.rs" [[example]] name = "glow_05_framebufferobject" path = "examples/glow_05_framebufferobject.rs" [dependencies.glow] version = "0.14" [dependencies.imgui] version = "0.12.0" [dependencies.memoffset] version = "0.9" [dev-dependencies.glutin] version = "0.32" [dev-dependencies.glutin-winit] version = "0.5" [dev-dependencies.image] version = "0.23" [dev-dependencies.imgui-winit-support] version = "0.13.0" [dev-dependencies.raw-window-handle] version = "0.6.0" [dev-dependencies.winit] version = "0.30" features = ["rwh_06"] [features] bind_sampler_support = [] bind_vertex_array_support = [] clip_origin_support = [] debug_message_insert_support = [] default = [ "gl_extensions_support", "debug_message_insert_support", "bind_vertex_array_support", "vertex_offset_support", "clip_origin_support", "bind_sampler_support", "polygon_mode_support", "primitive_restart_support", ] gl_extensions_support = [] polygon_mode_support = [] primitive_restart_support = [] vertex_offset_support = []