From d0e9d9f22df6ea5f037537b2af6357580965eb49 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 11 Jun 2025 23:34:51 +0100 Subject: feat: OPFS SAH errors --- filamento/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'filamento/Cargo.toml') 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", -- cgit