mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Replace the Vue frontend with Svelte
This commit is contained in:
parent
e539e43483
commit
6e20ea538b
83 changed files with 10013 additions and 19687 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue