You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Emil Ernerfeldt d02491425c
Put all egui crates as workspace crates (#3976)
9 months ago
..
src Fix closing of viewports (#3591) 12 months ago
Cargo.toml Put all egui crates as workspace crates (#3976) 9 months ago
README.md Multiple viewports/windows (#3172) 12 months ago

README.md

Example how to show multiple viewports (native windows) can be created in egui when using the eframe backend.

cargo run -p multiple_viewports

For a more advanced example, see [../test_viewports].