ragnarok 0.1.0

UI Events processor. Originally made for Freya but works for other libraries.
Documentation
[dependencies.euclid]
version = "0.22.9"

[dependencies.itertools]
version = "0.13.0"

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.tracing]
version = "0.1"

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

[package]
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "UI Events processor. Originally made for Freya but works for other libraries."
edition = "2021"
homepage = "https://freyaui.dev/"
keywords = ["gui", "ui"]
license = "MIT"
name = "ragnarok"
readme = "README.md"
repository = "https://github.com/marc2332/freya"
version = "0.1.0"

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