mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Fix incorrect wasm mime type (#879)
This commit is contained in:
committed by
Keavon Chambers
parent
f1b7abede7
commit
e5564f87a8
@@ -17,7 +17,7 @@ tauri-build = { version = "1.2", features = [] }
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "1.2", features = ["api-all", "devtools"] }
|
||||
tauri = { version = "1.2", features = ["api-all", "devtools", "linux-protocol-headers", "wry"] }
|
||||
axum = "0.6.1"
|
||||
graphite-editor = { version = "0.0.0", path = "../../editor" }
|
||||
chrono = "^0.4.23"
|
||||
|
||||
Reference in New Issue
Block a user