rasen 0.10.0

Generate SPIR-V bytecode from a data flow graph
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rasen"
version = "0.10.0"
authors = ["l3ops <rasen@leops.me>"]
build = "build.rs"
description = "Generate SPIR-V bytecode from a data flow graph"
homepage = "https://github.com/leops/rasen#readme"
documentation = "https://docs.rs/rasen/"
readme = "README.md"
keywords = ["SPIRV", "Vulkan", "GLSL"]
categories = ["development-tools", "rendering"]
license = "MIT"
repository = "https://github.com/leops/rasen"
[dependencies.clippy]
version = "0.0.177"
optional = true

[dependencies.error-chain]
version = "0.10.0"

[dependencies.petgraph]
version = "0.4.5"

[dependencies.rspirv]
version = "0.5.1"

[dependencies.spirv_headers]
version = "1.2.2"
[build-dependencies.clippy]
version = "0.0.177"
optional = true

[build-dependencies.quote]
version = "0.3.15"

[features]
default = []
[badges.appveyor]
repository = "leops/rasen"

[badges.travis-ci]
repository = "leops/rasen"