mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 12:08:13 +08:00
Define the js wasm-editor interface (#31)
This commit is contained in:
committed by
Keavon Chambers
parent
1b8c71d2b3
commit
d254916430
Generated
+2
-1
@@ -199,10 +199,11 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindings"
|
||||
name = "wasm-wrapper"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"console_error_panic_hook",
|
||||
"graphite-editor",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-test",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user