rs2glsl 0.3.4

Conversion from Rust code to GLSL
Documentation
[package]
name = "rs2glsl"
version = "0.3.4"
edition = "2021"
license = "MIT"
description = "Conversion from Rust code to GLSL"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rs2glsl-macros = "0.3.4"

[features]
default = ["GLSL_450"]
GLSL_110 = []
GLSL_120 = []
GLSL_130 = []
GLSL_140 = []
GLSL_150 = []
GLSL_330 = []
GLSL_400 = []
GLSL_410 = []
GLSL_420 = []
GLSL_430 = []
GLSL_440 = []
GLSL_450 = []