1
0
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:
Emil Ernerfeldt
2022-02-09 08:12:12 +01:00
committed by GitHub
parent 2802e03526
commit defc400c21
8 changed files with 411 additions and 11 deletions

View File

@@ -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;