rasen 0.1.0

Generate SPIR-V bytecode from an operation graph
Documentation
[package]

name = "rasen"

version = "0.1.0"

authors = ["l3ops <root@leops.me>"]

build = "build.rs"

description = "Generate SPIR-V bytecode from an operation graph"

repository = "https://github.com/leops/rasen"

readme = "README.md"

keywords = ["SPIRV", "Vulkan", "GLSL"]

license = "MIT"



[features]

default = ["aster/with-syntex"]



[dependencies]

petgraph = "*"



[build-dependencies]

aster = "*"

syntex_syntax = "*"

json = "*"

hyper = "*"