# 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 = "honeycomb-render" version = "0.6.0" authors = [ "Isaie Muron ", "Cedric Chevalier ", ] build = false publish = true 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" [lib] name = "honeycomb_render" path = "src/lib.rs" [dependencies.bevy] version = "0.14.2" features = [ "bevy_render", "bevy_winit", "bevy_ui", "multi_threaded", "sysinfo_plugin", "tonemapping_luts", "x11", ] default-features = false [dependencies.bevy_egui] version = "0.30.0" [dependencies.bevy_mod_outline] version = "0.8.3" [dependencies.bevy_mod_picking] version = "0.20.1" [dependencies.egui_dock] version = "0.14.0" [dependencies.honeycomb-core] version = "0.6.0"