uzor-core 1.0.3

Core UI engine — geometry, interaction, input state
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 = "2021"
name = "uzor-core"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core UI engine — geometry, interaction, input state"
homepage = "https://github.com/zeng3ld/uzor"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/zeng3ld/uzor"

[features]
serde = []

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

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

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

[dependencies.ahash]
version = "0.8"

[dependencies.bitflags]
version = "2.0"

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.slotmap]
version = "1.0"

[dependencies.smallvec]
version = "1.10"
features = ["serde"]

[dependencies.thiserror]
version = "1.0"

[dependencies.uzor-animation]
version = "1.0.3"

[dev-dependencies.env_logger]
version = "0.10"