[package] name = "picard" version = "0.0.1" edition = "2021" license = "MIT" repository = "https://github.com/adryzz/picard-rs" description = "Macros to easily compile PICA200 shaders on the 3DS" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] picard-core = { version = "0.0.1", path = "../picard-core" } proc-macro2 = "1.0.66" quote = "1.0.32" syn = "2.0.28"