pilka_lib 0.5.0

Util crate for Pilka
Documentation
[package]
name = "pilka_lib"
version = "0.5.0"
authors = ["Alex Komissarov <k.a.komissar@gmail.com>"]
edition = "2018"
license = "GPL-2.0-or-later"
description = "Util crate for Pilka"
repository = "https://github.com/pudnax/pilka/"
readme = "README.md"
keywords = ["graphics", "glsl", "shaders", "creative", "vulkan"]
exclude = [".gitignore", ".github", "screenshots", "recordings", "shader_dump"]
categories = ["command-line-utilities", "graphics", "rendering"]

[badges]
appveyor = { repository = "https://github.com/pudnax/pilka", branch = "master", service = "github" }
maintenance = { status = "experimental" }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
dynamic = ["pilka_dyn"]

[dependencies]
pilka_dyn = { version = "0.5.0", path = "./../pilka_dyn", optional = true }
pilka_incremental = { version = "0.5.0", path = "./../pilka_incremental" }