mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
* graster-nodes: change `Table<Color>` params to `Color` where only one value is used * Re-add support for Color and Option<Color> * Add warning when a default value isn't parsed --------- Co-authored-by: hypercube <0hypercube@gmail.com>
15 lines
313 B
TOML
15 lines
313 B
TOML
[package]
|
|
name = "preprocessor"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
|
|
# Workspace dependencies
|
|
graphene-std = { workspace = true, features = ["gpu"] }
|
|
graph-craft = { workspace = true }
|
|
interpreted-executor = { workspace = true }
|