# 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 = "lunex_engine" version = "0.2.4" authors = ["IDEDARY"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate is not inteded to be used standalone. It is a dependency of Bevy_Lunex" readme = "README.md" keywords = [ "ui", "layout", "bevy", "lunex", "bevy-lunex", ] categories = [ "gui", "mathematics", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bytestring-net/bevy-lunex" [lib] name = "lunex_engine" path = "src/lib.rs" [dependencies.bevy] version = "^0.14" features = [ "bevy_pbr", "bevy_sprite", "bevy_text", "multi_threaded", "bevy_gizmos", ] default-features = false [dependencies.colored] version = "^2.1" [dependencies.indexmap] version = "^2.1" [dependencies.thiserror] version = "^1.0"