[package] name = "gpwgpu_macros" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Macros for the gpwgpu crate" [dependencies] gpwgpu_core = { path = "../core", version = "0.1.0" } proc-macro2 = "1.0.62" quote.workspace = true syn.workspace = true rust-format = "0.3.4" bincode.workspace = true wgpu.workspace = true [lib] proc-macro = true [features] nightly = []