[package] name = "raster-nodes-shaders" version = "0.1.0" edition = "2024" description = "graphene raster data format" authors = ["Graphite Authors "] license = "MIT OR Apache-2.0" [lib] crate-type = ["rlib", "dylib"] [dependencies] [build-dependencies] cargo-gpu = { workspace = true } env_logger = { workspace = true } log = { workspace = true }