pane_ui 0.1.0

A RON-driven, hot-reloadable wgpu UI library with spring animations and consistent scaling
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 = "pane_ui"
version = "0.1.0"
build = false
exclude = [
    "assets/logo.png",
    "demos/painting.jpg",
    "target/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A RON-driven, hot-reloadable wgpu UI library with spring animations and consistent scaling"
documentation = "https://docs.rs/pane_ui"
readme = "README.md"
keywords = [
    "ui",
    "wgpu",
    "gui",
    "ron",
    "hot-reload",
]
categories = [
    "gui",
    "graphics",
    "game-development",
]
license = "Apache-2.0"
repository = "https://github.com/Avon662/pane_ui"

[features]
default = []
dev = []

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

[[bin]]
name = "pane"
path = "src/main.rs"

[dependencies.arboard]
version = "3"

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

[dependencies.gilrs]
version = "0.11"

[dependencies.glyphon]
version = "0.11.0"

[dependencies.image]
version = "0.25.10"

[dependencies.pollster]
version = "0.4.0"

[dependencies.ron]
version = "0.12.0"

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

[dependencies.wgpu]
version = "29.0"

[dependencies.winit]
version = "0.30"

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 2

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 2

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 2

[lints.clippy.fn_params_excessive_bools]
level = "allow"
priority = 2

[lints.clippy.many_single_char_names]
level = "allow"
priority = 2

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = 1

[lints.clippy.struct_excessive_bools]
level = "allow"
priority = 2

[lints.clippy.too_many_arguments]
level = "allow"
priority = 2

[lints.clippy.too_many_lines]
level = "allow"
priority = 2