# 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" version = "0.8.2" authors = ["Alex Komissarov "] build = false exclude = [ ".gitignore", "examples", ".github", "menger_sponge.png", "screenshots", "recordings", "shader_dump", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Another live-coding tool for creating shaders demos." readme = "README.md" keywords = [ "graphics", "vulkan", "shaders", "creative", ] categories = [ "command-line-utilities", "graphics", "rendering", ] license = "MIT" repository = "https://github.com/pudnax/pilka/" [profile.deploy] lto = true inherits = "release" [profile.dev.package."*"] opt-level = 3 [lib] name = "pilka" path = "src/lib.rs" [[bin]] name = "pilka" path = "src/main.rs" [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1.0" [dependencies.ash] version = "0.38" [dependencies.ash-window] version = "0.13" [dependencies.bitflags] version = "2" [dependencies.bytemuck] version = "1.16" [dependencies.chrono] version = "0.4" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.ddsfile] version = "0.5.2" [dependencies.either] version = "1.13" [dependencies.env_logger] version = "0.11.3" [dependencies.gpu-alloc] version = "0.6.0" [dependencies.gpu-alloc-ash] version = "0.7.0" [dependencies.log] version = "0.4.22" [dependencies.notify] version = "^6" [dependencies.notify-debouncer-mini] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.png] version = "0.17" [dependencies.pretty-type-name] version = "1.0.1" [dependencies.raw-window-handle] version = "0.6.2" [dependencies.shaderc] version = "0.8" [dependencies.slotmap] version = "1.0" [dependencies.winit] version = "0.30" [badges.appveyor] branch = "master" repository = "https://github.com/pudnax/pilka" service = "github" [badges.maintenance] status = "experimental"