mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 21:37:59 +00:00

* Refactor Graphite dependency management * Remove deprecated future executor * Code review nits * Remove unused dependencies * Update dependencies and make compile with all features * Replace use of future_executor with wasm-bindgen-futures --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
25 lines
823 B
TOML
25 lines
823 B
TOML
[package]
|
|
name = "graphite-document-legacy"
|
|
publish = false
|
|
version = "0.0.0"
|
|
rust-version = "1.66.0"
|
|
authors = ["Graphite Authors <contact@graphite.rs>"]
|
|
edition = "2021"
|
|
readme = "../README.md"
|
|
homepage = "https://graphite.rs"
|
|
repository = "https://github.com/GraphiteEditor/Graphite"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
graph-craft = { path = "../node-graph/graph-craft", features = ["serde"] }
|
|
graphene-std = { path = "../node-graph/gstd", features = ["serde"] }
|
|
graphene-core = { workspace = true, features = ["serde"] }
|
|
image = { workspace = true, default-features = false }
|
|
log = { workspace = true }
|
|
bezier-rs = { workspace = true }
|
|
kurbo = { workspace = true }
|
|
specta = { workspace = true }
|
|
serde = { workspace = true }
|
|
base64 = { workspace = true }
|
|
glam = { workspace = true }
|
|
rustybuzz = { workspace = true }
|