# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "shade_runner" version = "0.3.0" authors = ["Tom Gowan "] description = "Allows runtime hot loading of shaders for vulkano" documentation = "https://docs.rs/shade_runner" readme = "README.md" keywords = ["vulkan", "vulkano", "shaders", "hotloading"] license = "MIT" repository = "https://github.com/freesig/shade_runner" [dependencies.notify] version = "4" [dependencies.shaderc] version = "0.6" [dependencies.spirv-reflect] version = "0.2" [dependencies.vulkano] version = "0.16" [dev-dependencies.color-backtrace] version = "0.1" [dev-dependencies.difference] version = "2"