Skip to content
Snippets Groups Projects

Code coverage

Merged Tan Dat TRUONG requested to merge coverage into main
Compare and
2 files
+ 5
6
Preferences
File browser
Compare changes
@@ -24,14 +24,15 @@ cfg-if = "1.0.0"
wasm-bindgen = "0.2.63"
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
ehttp = "0.2"
futures = "0.3.25"
reqwest = "0.11.12"
poll-promise = "0.1.0"
poll-promise = "0.2.0"
egui-notify = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.4"
rfd = "0.10.0"
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
@@ -59,7 +60,4 @@ wasm-bindgen-test = "0.3.13"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
[patch.crates-io]
poll-promise = { git = "https://github.com/EmbarkStudios/poll-promise" }
opt-level = "s"
\ No newline at end of file