shader_version 0.2.2

A helper library for detecting and picking compatible shaders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "shader_version"
version = "0.2.2"
authors = ["bvssvni <bvssvni@gmail.com>"]
keywords = ["shader", "version", "OpenGL", "GLSL", "piston"]
description = "A helper library for detecting and picking compatible shaders"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/shader_version.git"
homepage = "https://github.com/pistondevelopers/shader_version"

[lib]

name = "shader_version"
path = "src/lib.rs"