# 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 = "pilka_ash" version = "0.7.11" authors = ["Alex Komissarov "] exclude = [ ".gitignore", ".github", "screenshots", "recordings", "shader_dump", ] description = "Homebrew and probably-not-so-great vulkan renderer" readme = "README.md" keywords = [ "graphics", "glsl", "shaders", "creative", "vulkan", ] categories = [ "command-line-utilities", "graphics", "rendering", ] license = "MIT" repository = "https://github.com/pudnax/pilka/" [dependencies.ash] version = "0.37.0" [dependencies.ash-molten] version = "0.13.0" [dependencies.ash-window] version = "0.12.0" [dependencies.bytemuck] version = "1.12.1" features = ["derive"] [dependencies.ktx] version = "0.3.2" [dependencies.pilka_types] version = "0.7.1" [dependencies.puffin] version = "0.13.3" [dependencies.raw-window-handle] version = "0.5.0" [badges.appveyor] branch = "master" repository = "https://github.com/pudnax/pilka" service = "github" [badges.maintenance] status = "experimental"