magma_input 0.1.0-alpha.2

Part of the Magma-API, which is the API of the Magma3D game engine. This is responsable for handling user input.
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 = "magma_input"
version = "0.1.0-alpha.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Part of the Magma-API, which is the API of the Magma3D game engine. This is responsable for handling user input."
homepage = "https://dynamicgoose.github.io/magma3d-engine/"
readme = "README.md"
license = "MIT"
repository = "https://codeberg.com/DynamicGoose/magma-api"
resolver = "2"

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

[[test]]
name = "button_map"
path = "tests/button_map.rs"

[[test]]
name = "events"
path = "tests/events.rs"

[[test]]
name = "systems"
path = "tests/systems.rs"

[dependencies.magma_app]
version = "0.2.0-alpha.4"

[dependencies.magma_math]
version = "0.1.0-alpha"