[package] name = "rhythmc_compiler" version = "0.0.2" description = "The shader compiler for rhythmc" authors = ["Patrick Hadlaw "] repository = "https://github.com/patrickhadlaw/rhythmc-rs" license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0.54", features = ["parsing", "printing", "full"] } proc-macro2 = { version = "1.0.23", features = ["span-locations"] } glsl = "6.0.0"