# 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" rust-version = "1.80.1" name = "dacho" version = "0.2.0" authors = ["mochou-p"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ECS Game Engine" readme = "README.md" keywords = [ "vulkan", "engine", "renderer", "ash", "winit", ] categories = [ "game-development", "game-engines", "graphics", "rendering", "rendering::engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mochou-p/dacho" [profile.dev] opt-level = 0 [profile.dev.package."*"] opt-level = 3 [lib] name = "dacho" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" features = ["std"] default-features = false [dependencies.ash] version = "0.37.3" [dependencies.ash-window] version = "0.12.0" default-features = false [dependencies.futures] version = "0.3.30" features = [ "std", "async-await", "executor", ] default-features = false [dependencies.glam] version = "0.29.0" features = ["std"] default-features = false [dependencies.naga] version = "22.0.0" features = [ "wgsl-in", "spv-out", ] default-features = false [dependencies.raw-window-handle] version = "0.5.0" default-features = false [dependencies.tokio] version = "1.38.1" features = [ "rt", "rt-multi-thread", "macros", ] default-features = false [dependencies.winit] version = "0.30.4" features = ["rwh_05"] [features] vulkan-validation-layers = [] [lints.clippy] all = "deny" cargo = "deny" nursery = "deny" pedantic = "deny"