spirv-struct-layout 0.1.2

Check that the layout of a rust struct matches the layout of a given type in SPIRV
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "spirv-struct-layout"
version = "0.1.2"
authors = ["Tristam MacDonald <tristam@trist.am>"]
license = "Apache-2.0"
description = "Check that the layout of a rust struct matches the layout of a given type in SPIRV"
edition = "2018"

repository = "https://github.com/swiftcoder/spirv-struct-layout"
documentation = "https://docs.rs/spirv-struct-layout"
readme = "../README.md"

[dependencies]
spirv-struct-layout-derive = { version = "0.1", path = "../spirv_struct_layout_derive" }
spirq = "0.2"