egui/examples/external_eventloop
lucasmerlin 38b072919e Merge branch 'main' into release-0.33.0
# Conflicts:
#	.typos.toml
2025-10-09 15:51:02 +02:00
..
src Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
Cargo.toml Add `taplo.toml` for toml formatting (#7618) 2025-10-09 15:38:00 +02:00
README.md Add external eventloop support (#6750) 2025-04-29 12:09:23 +02:00
screenshot.png Update example screenshots 2025-10-09 12:57:39 +02:00

README.md

Example running an eframe application on an external eventloop.

This allows you to run your eframe application alongside other windows and/or toolkits on the same event loop.

cargo run -p external_eventloop