1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

[egui] handle dynamic changes to pixels_per_point (dpi scaling)

Also: egui::Context::new() no longer takes any arguments
This commit is contained in:
Emil Ernerfeldt
2020-05-30 14:56:38 +02:00
parent efe90c9326
commit 8b1f02f22c
7 changed files with 107 additions and 98 deletions

View File

@@ -14,7 +14,7 @@ serde = "1"
serde_json = "1"
wasm-bindgen = "0.2"
egui = { path = "../egui" }
egui = { path = "../egui", features = ["with_serde"] }
[dependencies.web-sys]
version = "0.3"