polyscope-ui 0.5.6

UI layer for polyscope-rs: egui integration and widgets
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.85"
name = "polyscope-ui"
version = "0.5.6"
authors = ["polyscope-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UI layer for polyscope-rs: egui integration and widgets"
readme = "README.md"
keywords = [
    "visualization",
    "3d",
    "ui",
    "egui",
]
categories = [
    "visualization",
    "gui",
]
license = "MIT"
repository = "https://github.com/xarthurx/polyscope-rs"
resolver = "2"

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

[dependencies.egui]
version = "0.33"

[dependencies.egui-wgpu]
version = "0.33"

[dependencies.egui-winit]
version = "0.33"

[dependencies.glam]
version = "0.29"
features = ["serde"]

[dependencies.log]
version = "0.4"

[dependencies.polyscope-core]
version = "0.5.6"

[dependencies.polyscope-render]
version = "0.5.6"

[dependencies.transform-gizmo-egui]
version = "0.8"

[dependencies.wgpu]
version = "27"

[dependencies.winit]
version = "0.30"

[dev-dependencies.proptest]
version = "1.5"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "warn"