winit-ui 0.2.0

A UI crate built around winit and pixels
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 = "winit-ui"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A UI crate built around winit and pixels"
documentation = "https://docs.rs/winit-ui"
readme = "README.md"
keywords = [
    "ui",
    "window",
    "graphics",
]
categories = [
    "gui",
    "rendering",
]
license = "MIT"
repository = "https://github.com/LordAfterEight/winit-ui"

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

[[bin]]
name = "winit-ui"
path = "src/main.rs"

[dependencies.fontdue]
version = "0.9.3"

[dependencies.pixels]
version = "0.17.1"

[dependencies.winit]
version = "0.30.13"