🐛 Fix Cargo.toml

This commit is contained in:
2024-09-22 22:49:09 +02:00
parent 7989d86af1
commit f99296bdce

View File

@@ -48,7 +48,7 @@ dioxus-free-icons = { git = "https://github.com/ASR-ASU/dioxus-free-icons.git",
modx = "0.1.2" modx = "0.1.2"
# Matrix rich text editor # Matrix rich text editor
wysiwyg = { path = "../matrix.org/matrix-rich-text-editor/crates/wysiwyg/" } wysiwyg = { git = "https://github.com/matrix-org/matrix-rich-text-editor.git" }
[target.'cfg(target_family = "wasm")'.dependencies] [target.'cfg(target_family = "wasm")'.dependencies]
# Logging/tracing # Logging/tracing