mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
13 lines
339 B
TOML
13 lines
339 B
TOML
[package]
|
|
name = "raster-nodes-shaders-entrypoint"
|
|
description = "graphene raster nodes shaders entrypoint"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
raster-nodes = { path = "../..", default-features = false }
|