aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-06-11 23:34:51 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-06-11 23:35:15 +0100
commitd0e9d9f22df6ea5f037537b2af6357580965eb49 (patch)
tree897b213cb39311f9faf1c00c82e06d45c6d67f93 /filamento/Cargo.toml
parent12fb631bac1030284f91c20446773eb4f4733ed7 (diff)
downloadluz-d0e9d9f22df6ea5f037537b2af6357580965eb49.tar.gz
luz-d0e9d9f22df6ea5f037537b2af6357580965eb49.tar.bz2
luz-d0e9d9f22df6ea5f037537b2af6357580965eb49.zip
feat: OPFS SAH errors
Diffstat (limited to 'filamento/Cargo.toml')
-rw-r--r--filamento/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml
index 7d7af0c..b89c577 100644
--- a/filamento/Cargo.toml
+++ b/filamento/Cargo.toml
@@ -52,6 +52,7 @@ tokio = { workspace = true, features = ["sync", "time", "rt", "fs", "io-std"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
tokio = { workspace = true, features = ["sync", "time", "rt"] }
+js-sys.workspace = true
web-sys = { workspace = true, features = [
"FileSystemDirectoryHandle",
"FileSystemWritableFileStream",