xengui 0.2.1

wgpu based, modern and high-performance GUI library.
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"
name = "xengui"
version = "0.2.1"
authors = ["randseas <waultbank@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgpu based, modern and high-performance GUI library."
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.log]
version = "0.4"

[dependencies.pollster]
version = "0.4.0"

[dependencies.smol_str]
version = "0.3"

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

[dependencies.wgpu_glyph]
version = "0.28.0"

[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.wasm-bindgen-futures]
version = "0.4"

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