Cargo.toml (277B)
1 [package] 2 name = "glsl-to-cxx" 3 version = "0.1.0" 4 license = "MPL-2.0" 5 authors = ["The Mozilla Project Developers", "Dimitri Sabadie"] 6 edition = "2018" 7 8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 9 10 [dependencies] 11 glsl = "6.0"