spirq 1.3.0

Light weight SPIR-V query utility for graphics.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "spirq"
version = "1.3.0"
authors = ["PENGUINLIONG <admin@penguinliong.moe>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Light weight SPIR-V query utility for graphics."
homepage = "https://github.com/PENGUINLIONG/spirq-rs"
documentation = "https://docs.rs/spirq"
readme = "README.md"
keywords = [
    "spirv",
    "vulkan",
    "opengl",
    "opencl",
]
categories = ["graphics"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PENGUINLIONG/spirq-rs"

[badges.maintenance]
status = "actively-developed"

[lib]
name = "spirq"
path = "src/lib.rs"

[[example]]
name = "gallery"
path = "examples/gallery/main.rs"

[[example]]
name = "inspect"
path = "examples/inspect/main.rs"

[[example]]
name = "walk"
path = "examples/walk/main.rs"

[dependencies.fnv]
version = "1.0.7"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.ordered-float]
version = "4.2"

[dependencies.spq-core]
version = "1.0.6"

[dev-dependencies.byteorder]
version = "1.3"

[dev-dependencies.bytes]
version = "1.11"

[dev-dependencies.inline-spirv]
version = "0.2"