# 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 = "gravitron" version = "0.3.0" build = false exclude = [ ".github/", "crates/", "Cargo.lock", "nextest.toml", "CHANGELOG.md", "cliff.toml", "release-plz.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A GameEngine based on an ECS and Vulkan" readme = "README.md" keywords = [ "game", "engine", "gravitron", ] categories = [ "game-engines", "graphics", "gui", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Profiidev/gravitron" [lib] name = "gravitron" path = "src/lib.rs" [[bin]] name = "gravitron" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.ash] version = "0.38.0" [dependencies.ash-window] version = "0.13.0" [dependencies.env_logger] version = "0.11.5" [dependencies.glam] version = "0.29.0" [dependencies.gpu-allocator] version = "0.27.0" features = ["vulkan"] default-features = false [dependencies.gravitron_ecs] version = "0.3.0" [dependencies.gravitron_utils] version = "0.1.3" [dependencies.image] version = "0.25.4" features = [ "rayon", "png", ] default-features = false [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.65" [dependencies.vk-shader-macros] version = "0.2.9" [dependencies.winit] version = "0.30.0" [features] debug = ["gravitron_ecs/debug"] default = [ "debug", "wayland", ] wayland = ["winit/wayland"]