xengui 0.2.7

a retained-mode gui library in rust
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 = "2024"
rust-version = "1.92"
name = "xengui"
version = "0.2.7"
authors = ["randseas <waultbank@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a retained-mode gui library in rust"
readme = "README.md"
keywords = [
    "gui",
    "portable",
    "graphics",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/randseas/xengui"
resolver = "2"

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

[dependencies.image]
version = "0.25.10"
features = [
    "png",
    "jpeg",
    "webp",
    "gif",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.smol_str]
version = "0.3"

[dependencies.taffy]
version = "0.12.1"
features = ["grid"]

[dependencies.web-time]
version = "1.1.0"

[dependencies.xen-animation]
version = "0.1.4"

[dependencies.xen-clipboard]
version = "0.1.7"

[dependencies.xen-svg]
version = "0.1.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.system-fonts]
version = "0.1.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Document",
    "Element",
    "HtmlElement",
    "Node",
    "HtmlCanvasElement",
    "HtmlInputElement",
    "Navigator",
    "KeyboardEvent",
    "Event",
    "MediaQueryList",
    "MediaQueryListEvent",
    "VisualViewport",
]