drumbeat 0.0.2

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
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.13.0"

[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.2"