[dependencies.vulkano]
version = "0.16.0"
[dependencies.vulkano-win]
version = "0.16.0"
[dependencies.winit]
version = "0.19.0"
[dev-dependencies.cgmath]
version = "0.17.0"
[dev-dependencies.gaclen_shader]
version = "0.0.9"
[dev-dependencies.image]
version = "0.22.3"
[features]
default = []
expose-underlying-vulkano = []
[package]
authors = ["Grigory 'Griffone' Glukhov <thegriffones@gmail.com>"]
categories = ["rendering::engine", "game-engines", "graphics"]
description = "A library for handling anything a game client needs to do."
documentation = "https://docs.rs/gaclen"
edition = "2018"
keywords = ["gamedev", "graphics", "rendering", "vulkan", "gpu"]
license = "Apache-2.0 OR MIT"
name = "gaclen"
readme = "../readme.md"
repository = "https://github.com/Griffone/gaclen"
version = "0.0.9"