honeycomb-render 0.10.2

Visualization tool for combinatorial maps
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 = "honeycomb-render"
version = "0.10.2"
authors = [
    "Isaie Muron <isaie.muron@cea.fr>",
    "Cedric Chevalier <cedric.chevalier@cea.fr>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Visualization tool for combinatorial maps"
homepage = "https://lihpc-computational-geometry.github.io/honeycomb/"
readme = "README.md"
keywords = [
    "mesh",
    "meshing",
]
categories = [
    "data-structures",
    "mathematics",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LIHPC-Computational-Geometry/honeycomb"
resolver = "2"

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

[dependencies.bevy]
version = "0.14.2"
features = [
    "bevy_gizmos",
    "bevy_pbr",
    "bevy_render",
    "bevy_winit",
    "bevy_ui",
    "multi_threaded",
    "sysinfo_plugin",
    "tonemapping_luts",
    "x11",
]
default-features = false

[dependencies.bevy_egui]
version = "0.29.0"

[dependencies.bevy_mod_picking]
version = "0.20.1"

[dependencies.egui_dock]
version = "0.13.0"

[dependencies.honeycomb-core]
version = "0.10.2"

[dependencies.itertools]
version = "0.14.0"