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