glissile 0.0.3

A macro for generating GLSL source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "glissile"
description = "A macro for generating GLSL source code"
repository = "https://github.com/vonforum/glissile"
version = "0.0.3"
authors = ["vonforum <vonforum@windowslive.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
keywords = ["glsl", "gl"]
categories = ["development-tools", "rendering"]

[lib]
proc_macro = true

[dependencies]