diff options
author | 2025-06-11 01:55:09 +0100 | |
---|---|---|
committer | 2025-06-11 01:55:09 +0100 | |
commit | 8bd186fe47eda25b36f945f926ce19093d16fe39 (patch) | |
tree | b787e6fc48e3e1430deb520417eeb1653ca122c4 /Cargo.toml | |
parent | 089005c8d2f94d5ca42366fdd82cb4429fcc2dfa (diff) | |
download | macaw-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.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } |