# 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 = "bevy_lunex" version = "0.2.4" authors = ["IDEDARY"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blazingly fast path based retained layout engine for Bevy entities, built around vanilla Bevy ECS" 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 = "bevy_lunex" path = "src/lib.rs" [dependencies.bevy] version = "^0.14" features = [ "bevy_pbr", "bevy_sprite", "bevy_text", "multi_threaded", "bevy_gizmos", ] default-features = false [dependencies.bevy_kira_audio] version = "^0.20" optional = true [dependencies.bevy_mod_picking] version = "^0.20" features = [ "selection", "backend_raycast", ] default-features = false [dependencies.colored] version = "^2.1" [dependencies.lunex_engine] version = "0.2.4" [features] debug = ["verbose"] default = [] kira = ["bevy_kira_audio"] verbose = []