mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 07:08:11 +08:00
Replace the Vue frontend with Svelte
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "graphite-wasm"
|
||||
name = "graphite-wasm-svelte"
|
||||
publish = false
|
||||
version = "0.0.0"
|
||||
rust-version = "1.66.0"
|
||||
@@ -22,8 +22,8 @@ crate-type = ["cdylib", "rlib"]
|
||||
editor = { path = "../../editor", package = "graphite-editor" }
|
||||
document-legacy = { path = "../../document-legacy", package = "graphite-document-legacy" }
|
||||
graph-craft = { path = "../../node-graph/graph-craft" }
|
||||
graphene-core = { path = "../../node-graph/gcore", features = ["async", "std", "alloc"] }
|
||||
log = "0.4"
|
||||
graphene-core = { path = "../../node-graph/gcore", features = ["async", "std", "alloc"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
wasm-bindgen = { version = "0.2.73" }
|
||||
serde-wasm-bindgen = "0.4.1"
|
||||
|
||||
Reference in New Issue
Block a user