xengui 0.2.2

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

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

[dependencies.bytemuck]
version = "1.21.0"
features = ["derive"]

[dependencies.glyphon]
version = "0.12.0"

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

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.4.0"

[dependencies.smol_str]
version = "0.3"

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

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

[dependencies.wgpu]
version = "30.0.0"
features = ["webgl"]

[dependencies.winit]
version = "0.30.0"

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

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Document",
    "Element",
    "HtmlCanvasElement",
    "Navigator",
    "Clipboard",
]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_System_DataExchange",
    "Win32_System_Memory",
]