eulumdat-ui 0.5.0

Shared egui UI components for Eulumdat viewer/editor
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 = "2021"
name = "eulumdat-ui"
version = "0.5.0"
authors = ["Holger Trahe <trahe@mac.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared egui UI components for Eulumdat viewer/editor"
readme = false
keywords = [
    "lighting",
    "photometry",
    "egui",
    "visualization",
]
categories = [
    "gui",
    "visualization",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/holg/eulumdat-rs"

[features]
3d = ["three-d"]
default = []
persistence = [
    "egui/persistence",
    "serde",
]

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

[dependencies.egui]
version = "0.29"

[dependencies.eulumdat]
version = "0.5.0"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.three-d]
version = "0.18"
optional = true
default-features = false

[dev-dependencies.approx]
version = "0.5"