Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "spirv"
version = "0.1.0"
authors = ["Chris Chamberlain <c.chamberlain@iinet.net.au>"]
license = "MIT"
description = "SPIR-V parser"
repository = "https://github.com/neon64/spirv"

[dependencies]
libc = "*"