# 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-yoleck" version = "0.22.0" authors = ["IdanArye "] exclude = ["assets"] description = "Your Own Level Editor Creation Kit" documentation = "https://docs.rs/bevy-yoleck" readme = "README.md" keywords = [ "bevy", "gamedev", "level-editor", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/idanarye/bevy-yoleck" [package.metadata.docs.rs] all-features = true [[example]] name = "example2d" required-features = [ "vpeol_2d", "bevy/png", "bevy/bevy_gizmos", ] [[example]] name = "example3d" required-features = [ "vpeol_3d", "bevy/bevy_scene", "bevy/bevy_gltf", "bevy/ktx2", "bevy/zstd", "bevy/tonemapping_luts", "bevy/bevy_gizmos", ] [[example]] name = "doors_to_other_levels" required-features = [ "vpeol_2d", "bevy/png", ] [dependencies.anyhow] version = "^1" [dependencies.bevy] version = "^0.14" features = ["bevy_state"] default-features = false [dependencies.bevy-yoleck-macros] version = "0.9.1" [dependencies.bevy_egui] version = "^0.28" features = [ "default_fonts", "render", ] default-features = false [dependencies.serde] version = "^1" [dependencies.serde_json] version = "^1" [dependencies.thiserror] version = "^1" [dependencies.uuid] version = "1.9.1" [dev-dependencies.bevy] version = "^0.14" features = [ "bevy_sprite", "x11", ] default-features = false [features] bevy_reflect = [] vpeol = [] vpeol_2d = [ "vpeol", "bevy/bevy_text", "bevy/bevy_sprite", ] vpeol_3d = [ "vpeol", "bevy/bevy_pbr", ]