-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move test crates to own folder (#4554)
- Loading branch information
Showing
9 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ members = [ | |
"crates/epaint", | ||
|
||
"examples/*", | ||
"tests/*", | ||
|
||
"xtask", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions
4
examples/test_viewports/README.md → tests/test_viewports/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +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`](../multiple_viewports). | ||
|
||
![](screenshot.png) | ||
For a simple example, see [`multiple_viewports`](../../examples/multiple_viewports). |
File renamed without changes.