mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Move test crates to own folder (#4554)
This commit is contained in:
@@ -14,6 +14,7 @@ members = [
|
|||||||
"crates/epaint",
|
"crates/epaint",
|
||||||
|
|
||||||
"examples/*",
|
"examples/*",
|
||||||
|
"tests/*",
|
||||||
|
|
||||||
"xtask",
|
"xtask",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ Example how to show multiple viewports (native windows) can be created in `egui`
|
|||||||
cargo run -p multiple_viewports
|
cargo run -p multiple_viewports
|
||||||
```
|
```
|
||||||
|
|
||||||
For a more advanced example, see [../test_viewports].
|
For a more advanced example, see [../../tests/test_viewports].
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.3 KiB |
4
tests/README.md
Normal file
4
tests/README.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
## Test apps
|
||||||
|
Some application to tests various parts of egui and eframe.
|
||||||
|
|
||||||
|
At some point it would be nice to have automatic screenshot regression tests for these.
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
This is a test of the viewports feature of eframe and egui, where we show off using multiple windows.
|
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`](../multiple_viewports).
|
For a simple example, see [`multiple_viewports`](../../examples/multiple_viewports).
|
||||||
|
|
||||||

|
|
||||||
Reference in New Issue
Block a user