# 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 = "veebee" version = "1.1.1" authors = ["TuNiDev & Yrm11"] description = "A Simple Rust Game Engine For 2D" homepage = "https://github.com/TuNiman1/veebee" readme = "README.md" keywords = ["game", "engine", "graphics", "audio"] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/TuNiman1/veebee" resolver = "2" [dependencies.bevy] version = "0.5" features = ["bevy_dynamic_plugin", "bevy_gilrs", "bevy_gltf", "bevy_wgpu", "bevy_winit", "render", "png", "hdr", "mp3", "x11"] default-features = false [dependencies.bevy_kira_audio] version = "0.5.0" features = ["flac", "mp3", "ogg", "wav"] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8"