diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-28 22:14:15 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-28 22:14:15 -0500 |
| commit | 2f30c4d25f3e01fb4fc8089134a610195f1cdb13 (patch) | |
| tree | 673ecf44eab08f94343e471c8608336d7c3f60d5 /Cargo.toml | |
| parent | 18534b14ec9fc83a12affe8ac3350f1f414d004e (diff) | |
Networking
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ tracing-wasm = "*" # trace performance in browser wasm-bindgen = "*" # interface with javascript wasm-bindgen-futures = "*" # interface with async javascript js-sys = "*" # browser APIs to interact with JS runtime (e.g. run WASM) -web-sys = { version = "*", features = ["Document", "Window", "Element", "HtmlCanvasElement", "WebGl2RenderingContext", "Headers", "Request", "RequestInit", "RequestMode", "Response", "Performance", "PerformanceTiming", "AudioContext", "AudioNode", "AudioDestinationNode", "AudioBuffer", "AudioBufferSourceNode"] } +web-sys = { version = "*", features = ["Document", "Window", "Element", "HtmlCanvasElement", "WebGl2RenderingContext", "Headers", "Request", "RequestInit", "RequestMode", "Response", "Performance", "PerformanceTiming", "AudioContext", "AudioNode", "AudioDestinationNode", "AudioBuffer", "AudioBufferSourceNode", "BinaryType", "Blob", "CloseEvent", "ErrorEvent", "FileReader", "MessageEvent", "ProgressEvent", "WebSocket"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "*" |
