From 8bd186fe47eda25b36f945f926ce19093d16fe39 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 11 Jun 2025 01:55:09 +0100 Subject: feat: profile settings panel --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" } -- cgit