Fix incorrect wasm mime type (#879)

This commit is contained in:
TrueDoctor 2022-12-12 11:13:54 +01:00 committed by Keavon Chambers
parent 7d8f94462a
commit f46f113b93
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ tauri-build = { version = "1.2", features = [] }
[dependencies] [dependencies]
serde_json = "1.0" serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] } 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" axum = "0.6.1"
graphite-editor = { version = "0.0.0", path = "../../editor" } graphite-editor = { version = "0.0.0", path = "../../editor" }
chrono = "^0.4.23" chrono = "^0.4.23"