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

Move test crates to own folder (#4554)

This commit is contained in:
Emil Ernerfeldt
2024-05-27 21:28:33 +02:00
committed by GitHub
parent 7a17a6d6ad
commit a8b50e6aa1
9 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
This is a test of the viewports feature of eframe and egui, where we show off using multiple windows.
For a simple example, see [`multiple_viewports`](../../examples/multiple_viewports).