notan_input 0.14.0

Provides a set of API to manage user's input
Documentation
[dependencies.hashbrown]
version = "0.16.1"

[dependencies.log]
version = "0.4.25"

[dependencies.notan_core]
version = "0.14.0"

[dependencies.notan_math]
version = "0.14.0"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[features]
serde = ["dep:serde", "notan_core/serde", "notan_math/serde", "hashbrown/serde"]

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

[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides a set of API to manage user's input"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_input"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
version = "0.14.0"