# 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 = "bones3_remesh" version = "0.4.0" authors = ["TheDudeFromCI "] description = "Chunk mesh generation functionality for Bones Cubed." homepage = "https://github.com/TheDudeFromCI/bevy_bones3" readme = "README.md" keywords = ["bones3"] license = "Apache-2.0" repository = "https://github.com/TheDudeFromCI/bevy_bones3" [dependencies.bevy] version = "0.11.0" features = [ "bevy_render", "bevy_asset", "bevy_pbr", ] default-features = false [dependencies.bitflags] version = "2.2.1" [dependencies.bones3_core] version = "0.4.0" [dependencies.ordered-float] version = "3.7.0" [dependencies.priority-queue] version = "1.3.1" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.pretty_assertions] version = "1.3.0" [features] default = []