mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Release 0.32.0 - Atoms, popups, and better SVG support (#7329)
This commit is contained in:
@@ -7,10 +7,12 @@ cd "$script_path/.."
|
||||
|
||||
cd examples
|
||||
for EXAMPLE_NAME in $(ls -1d */ | sed 's/\/$//'); do
|
||||
if [ ${EXAMPLE_NAME} != "hello_world_par" ] && # screenshot not implemented for wgpu backend
|
||||
if [ ${EXAMPLE_NAME} != "external_eventloop_async" ] &&
|
||||
[ ${EXAMPLE_NAME} != "hello_android" ] &&
|
||||
[ ${EXAMPLE_NAME} != "hello_world_par" ] && # screenshot not implemented for wgpu backend
|
||||
[ ${EXAMPLE_NAME} != "multiple_viewports" ] &&
|
||||
[ ${EXAMPLE_NAME} != "screenshot" ] &&
|
||||
[ ${EXAMPLE_NAME} != "puffin_viewer" ] &&
|
||||
[ ${EXAMPLE_NAME} != "screenshot" ] &&
|
||||
[ ${EXAMPLE_NAME} != "serial_windows" ];
|
||||
then
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user