1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Update some crate dependencies (#3594)

Nothing major
This commit is contained in:
Emil Ernerfeldt
2023-11-21 16:07:56 +01:00
committed by GitHub
parent 8c68035b66
commit e823491240
10 changed files with 30 additions and 27 deletions

View File

@@ -73,6 +73,6 @@ rfd = { version = "0.11", optional = true }
# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "=0.2.87"
wasm-bindgen = "=0.2.88"
wasm-bindgen-futures = "0.4"
web-sys = "0.3"

View File

@@ -1,3 +1,5 @@
#![allow(clippy::mem_forget)] // False positives from #[wasm_bindgen] macro
use eframe::wasm_bindgen::{self, prelude::*};
use crate::WrapApp;