eulumdat-bevy 0.6.0

3D scene viewer for photometric data using Bevy game engine
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-bevy"
version = "0.6.0"
authors = ["Holger Trahe <trahe@mac.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "3D scene viewer for photometric data using Bevy game engine"
readme = false
keywords = [
    "lighting",
    "photometry",
    "bevy",
    "3d",
    "visualization",
]
categories = [
    "game-development",
    "visualization",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/holg/eulumdat-rs"

[features]
default = ["viewer"]
egui-ui = ["bevy_egui"]
photometric = []
standalone = [
    "wasm-sync",
    "egui-ui",
]
viewer = ["photometric"]
wasm-sync = [
    "viewer",
    "wasm-bindgen",
    "wasm-bindgen-futures",
    "web-sys",
]
webgl = ["bevy/webgl2"]

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

[[bin]]
name = "eulumdat-3d"
path = "src/main.rs"
required-features = ["standalone"]

[dependencies.bevy]
version = "0.18"
features = [
    "bevy_asset",
    "bevy_winit",
    "bevy_core_pipeline",
    "bevy_pbr",
    "bevy_render",
    "bevy_state",
    "bevy_ui",
    "bevy_text",
    "bevy_gizmos",
    "multi_threaded",
    "tonemapping_luts",
    "png",
    "x11",
    "wayland",
    "zstd_rust",
]
default-features = false

[dependencies.bevy_egui]
version = "0.39"
optional = true

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

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rfd]
version = "0.15"

[target.'cfg(target_arch = "wasm32")'.dependencies.bevy]
version = "0.18"
features = [
    "bevy_asset",
    "bevy_winit",
    "bevy_core_pipeline",
    "bevy_pbr",
    "bevy_render",
    "bevy_state",
    "bevy_ui",
    "bevy_text",
    "bevy_gizmos",
    "webgl2",
    "tonemapping_luts",
    "png",
    "zstd_rust",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Storage",
]
optional = true