# 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 = "winit-input-map" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Input Map for Winit with gamepad support" readme = "README.md" keywords = [ "winit", "input", "gamedev", "gamepad", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/abss-witch/winit-input-map" [lib] name = "winit_input_map" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[example]] name = "minimum" path = "examples/minimum.rs" [[example]] name = "typing" path = "examples/typing.rs" [dependencies.gilrs] version = "0.11.0" optional = true [dependencies.glium-types] version = "0.6.0" optional = true [dependencies.winit] version = "0.30.5" [features] default = ["gamepad"] gamepad = ["dep:gilrs"] glium-types = ["dep:glium-types"]