drumbeat 0.0.1

A Rust to GLSL/SPIR-V compiler framework. The goal of this crate is to allow creation of GLSL shaders written in pure rust within a crate.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["Patrick Hadlaw <patrickhadlaw@gmail.com>"]
description = "A Rust to GLSL/SPIR-V compiler framework. The goal of this crate is to allow creation of GLSL shaders written in pure rust within a crate."
edition = "2018"
license-file = "LICENSE"
name = "drumbeat"
repository = "https://github.com/patrickhadlaw/drumbeat-rs"
version = "0.0.1"