summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-06-11 01:55:09 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-06-11 01:55:09 +0100
commit8bd186fe47eda25b36f945f926ce19093d16fe39 (patch)
treeb787e6fc48e3e1430deb520417eeb1653ca122c4 /Cargo.toml
parent089005c8d2f94d5ca42366fdd82cb4429fcc2dfa (diff)
downloadmacaw-web-8bd186fe47eda25b36f945f926ce19093d16fe39.tar.gz
macaw-web-8bd186fe47eda25b36f945f926ce19093d16fe39.tar.bz2
macaw-web-8bd186fe47eda25b36f945f926ce19093d16fe39.zip
feat: profile settings panel
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e894ed..38867aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ console_error_panic_hook = "0.1.7"
filamento = { path = "../luz/filamento", features = [
"reactive_stores",
"opfs",
+ # "serde"
] }
futures = "0.3.31"
indexmap = "2.9.0"
@@ -29,7 +30,7 @@ tracing = "0.1.41"
tracing-wasm = "0.2.1"
uuid = { version = "1.16.0", features = ["v4"] }
# wasm-bindgen = "0.2.100"
-web-sys = { version = "0.3.77", features = ["HtmlInputElement", "FileList"] }
+web-sys = { version = "0.3.77", features = ["HtmlInputElement", "FileList", "Url"] }
[patch.crates-io]
tokio_with_wasm = { path = "../tokio-with-wasm/tokio_with_wasm" }