vkxml 0.3.1

Parse vulkan's XML API registry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.serde]
version = "^1.0.34"

[dependencies.serde_derive]
version = "^1.0.34"

[package]
authors = ["Terry Brashaw <terrybrashaw@gmail.com>"]
categories = ["rendering::graphics-api", "api-bindings"]
description = "Parse vulkan's XML API registry."
documentation = "https://docs.rs/vkxml"
keywords = ["vulkan", "xml", "registry"]
license = "MIT"
name = "vkxml"
readme = "README.md"
repository = "https://github.com/terrybrashaw/vkxml"
version = "0.3.1"