1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

[app] Give apps the ability to resize integration

This commit is contained in:
Emil Ernerfeldt
2020-10-24 18:45:31 +02:00
parent ba7f3572a0
commit c364403d44
3 changed files with 17 additions and 1 deletions

View File

@@ -170,7 +170,8 @@ impl AppRunner {
{
let egui::app::AppOutput {
quit: _,
quit: _, // Can't quit a web page
window_size: _, // Can't resize a web page
pixels_per_point,
} = app_output;