notan_input 0.9.4

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

[dependencies.log]
version = "0.4.17"

[dependencies.notan_core]
version = "0.9.4"

[dependencies.notan_math]
version = "0.9.4"

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

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

[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
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.9.4"