game-toolkit-input 0.1.1

Keyboard, mouse and gamepad input for game-toolkit.
Documentation
# 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 = "2024"
name = "game-toolkit-input"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keyboard, mouse and gamepad input for game-toolkit."
readme = "README.md"
keywords = [
    "input",
    "gamepad",
    "keyboard",
    "gamedev",
    "winit",
]
categories = ["game-development"]
license = "EUPL-1.2"
repository = "https://github.com/sunsided/game-toolkit"
resolver = "2"

[lib]
name = "game_toolkit_input"
path = "src/lib.rs"

[dependencies.gilrs]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.winit]
version = "0.30"

[lints.rust]
unsafe_code = "deny"