diff options
Diffstat (limited to 'examples/wasm/Cargo.toml')
| -rw-r--r-- | examples/wasm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index 194e8f4b8..ea61fb921 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml | |||
| @@ -15,4 +15,4 @@ wasm-logger = "0.2.0" | |||
| 15 | wasm-bindgen = "0.2" | 15 | wasm-bindgen = "0.2" |
| 16 | web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } | 16 | web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } |
| 17 | log = "0.4.11" | 17 | log = "0.4.11" |
| 18 | critical-section = "1.1" | 18 | critical-section = { version = "1.1", features = ["std"] } |
