diff options
Diffstat (limited to '')
-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", |