diff options
author | 2025-06-11 23:34:51 +0100 | |
---|---|---|
committer | 2025-06-11 23:35:15 +0100 | |
commit | d0e9d9f22df6ea5f037537b2af6357580965eb49 (patch) | |
tree | 897b213cb39311f9faf1c00c82e06d45c6d67f93 /filamento/Cargo.toml | |
parent | 12fb631bac1030284f91c20446773eb4f4733ed7 (diff) | |
download | luz-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.toml | 1 |
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", |