# 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] name = "imgui-sdl2" version = "0.15.3" authors = ["Michael Fairley "] description = "SDL2 Input handling for imgui-rs" homepage = "https://github.com/michaelfairley/rust-imgui-sdl2" readme = "README.md" categories = ["gui"] license = "MIT/Apache-2.0" repository = "https://github.com/michaelfairley/rust-imgui-sdl2" [dependencies.imgui] version = ">=0.8.0, <0.12.0" [dependencies.sdl2] version = ">=0.34, <0.37" [dev-dependencies.gl] version = "0.10.0" [dev-dependencies.imgui-opengl-renderer] version = "0.12.1"