mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
14 lines
286 B
TOML
14 lines
286 B
TOML
[package]
|
|
name = "preprocessor"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
|
|
# Workspace dependencies
|
|
graphene-std = { workspace = true, features = ["gpu"] }
|
|
graph-craft = { workspace = true }
|
|
interpreted-executor = { workspace = true }
|