[dependencies.gltf]
optional = true
version = "0.15.2"
[dependencies.libc]
version = "0.2.71"
[dependencies.nalgebra-glm]
optional = true
version = "0.7.0"
[features]
default = ["with-nalgebra", "with-gltf"]
with-gltf = ["gltf"]
with-nalgebra = ["nalgebra-glm"]
[package]
authors = ["Keitaro Oguri <ogukei256@gmail.com>"]
description = "Lightweight 3D renderer powered by Vulkan"
edition = "2018"
keywords = ["vulkan"]
license-file = "LICENSE"
name = "kaldera"
readme = "README.md"
repository = "https://github.com/ogukei/kaldera"
version = "0.1.0"