1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

eframe: Remove dependency on thiserror (#4483)

Less dependencies => faster compile times

* Part of https://github.com/emilk/egui/issues/4481
This commit is contained in:
Emil Ernerfeldt
2024-05-11 20:17:06 +02:00
committed by GitHub
parent 4f2f057508
commit 059218d954
3 changed files with 87 additions and 14 deletions

View File

@@ -1203,7 +1203,6 @@ dependencies = [
"ron",
"serde",
"static_assertions",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",