mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Add an example of how to display an SVG image in egui (#1228)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
)]
|
||||
#![allow(clippy::needless_doctest_main)]
|
||||
|
||||
pub use {egui, epi};
|
||||
pub use {egui, egui::emath, egui::epaint, epi};
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use epi::NativeOptions;
|
||||
|
||||
Reference in New Issue
Block a user