# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rs2glsl" version = "0.3.4" description = "Conversion from Rust code to GLSL" readme = "README.md" license = "MIT" [dependencies.rs2glsl-macros] version = "0.3.4" [features] GLSL_110 = [] GLSL_120 = [] GLSL_130 = [] GLSL_140 = [] GLSL_150 = [] GLSL_330 = [] GLSL_400 = [] GLSL_410 = [] GLSL_420 = [] GLSL_430 = [] GLSL_440 = [] GLSL_450 = [] default = ["GLSL_450"]