[package]
name = "vk-parse"
version = "0.18.0"
edition = "2015"
rust-version = "1.40"
authors = ["Martin Krošlák <kroslakma@gmail.com>"]
description = "Vulkan specification parser"
readme = "README.md"
license = "Apache-2.0/MIT"
documentation = "https://docs.rs/vk-parse"
repository = "https://github.com/krolli/vk-parse"
keywords = ["vulkan", "parser"]
categories = ["parser-implementations", "rendering::graphics-api"]
[features]
serialize = ["serde"]
vkxml-convert = ["vkxml"]
[dependencies]
xml-rs = "^0.8"
vkxml = { optional = true, version = "^0.3" }
serde = { optional = true, version = "^1.0.113", features = ["derive"] }
[badges]