[package] name = "raster-nodes-shaders-entrypoint" version = "0.1.0" edition = "2024" description = "graphene raster nodes shaders entrypoint" authors = ["Graphite Authors "] license = "MIT OR Apache-2.0" [lib] crate-type = ["rlib", "dylib"] [dependencies] raster-nodes = { path = "../..", default-features = false }