# 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 = "ivy-presets" version = "0.10.3" description = "Contains common presets for quickly setting up an application" documentation = "https://lib.rs/ivy-presets" readme = "../README.md" keywords = ["high-level", "rendering", "graphics", "game"] license-file = "LICENSE" repository = "https://github.com/ten3roberts/ivy" [dependencies.hecs] version = "0.7.3" [dependencies.ivy-base] version = "0.10.0" [dependencies.ivy-graphics] version = "0.10.0" [dependencies.ivy-postprocessing] version = "0.10.0" [dependencies.ivy-rendergraph] version = "0.10.0" [dependencies.ivy-resources] version = "0.10.0" [dependencies.ivy-ui] version = "0.10.0" [dependencies.ivy-vulkan] version = "0.10.0" [dependencies.records] version = "0.1.1" [dependencies.slotmap] version = "1.0.6" [dependencies.thiserror] version = "1.0.30"