# 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 = "acidalia" version = "0.2.0" authors = ["tasgon "] description = "The game's game engine's engine" homepage = "https://github.com/tasgon/acidalia" documentation = "https://docs.rs/acidalia" keywords = ["gamedev", "graphics", "game", "engine", "minimal"] license = "MPL-2.0" repository = "https://github.com/tasgon/acidalia" resolver = "2" [dependencies.acidalia_core] version = "0.2" [dependencies.acidalia_proc_macros] version = "0.2" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.dashmap] version = "5.0" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.notify] version = "5.0.0-pre.13" [dependencies.shaderc] version = "0.7" [dependencies.wgpu] version = "0.12" features = ["spirv"] [dependencies.winit] version = "0.26" [features] default = []