1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "shader_version"
version = "0.0.0"
authors = ["bvssvni <bvssvni@gmail.com>"]
tags = ["shader", "version", "OpenGL", "GLSL"]
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"