# 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 = "2018" name = "ivy-rendergraph" version = "0.10.3" description = "Easy to use declarative rendergraph for vulkan and Ivy" documentation = "https://lib.rs/ivy-rendergraph" readme = "./README.md" keywords = ["high-level", "rendergraph", "vulkan", "graphics", "parallel"] license-file = "LICENSE" repository = "https://github.com/ten3roberts/ivy" [dependencies.anyhow] version = "1.0.52" [dependencies.hecs] version = "0.7.3" [dependencies.itertools] version = "0.10.3" [dependencies.ivy-base] version = "0.10.0" [dependencies.ivy-graphics] version = "0.10.0" [dependencies.ivy-resources] version = "0.10.0" [dependencies.ivy-vulkan] version = "0.10.0" [dependencies.ivy-window] version = "0.10.0" [dependencies.records] version = "0.1.1" [dependencies.slotmap] version = "1.0.6" [dependencies.thiserror] version = "1.0.30"