# 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-gilrs" version = "0.1.0" exclude = [".gitignore"] description = "Gamepad navigation support for imgui" homepage = "https://github.com/Calcoph/imgui-gilrs" readme = "README.md" keywords = [ "gilrs", "imgui", "gamepad", ] license = "MIT/Apache-2.0" repository = "https://github.com/Calcoph/imgui-gilrs" [dependencies.gilrs] version = "0.10" [dependencies.imgui] version = "0.11" [dependencies.imgui-winit-support] version = "0.11.0" optional = true [dependencies.winit] version = "0.27" optional = true [dev-dependencies.gilrs] version = "0.10" [dev-dependencies.imgui-wgpu] version = "0.24" [dev-dependencies.pollster] version = "0.3" [dev-dependencies.wgpu] version = "0.17" [features] winit = [ "dep:winit", "imgui-winit-support", ]