[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"