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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user