Skip to content

Commit

Permalink
Expose egui plot
Browse files Browse the repository at this point in the history
  • Loading branch information
hakolao committed Apr 4, 2024
1 parent 4f1a216 commit 777e341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pub use egui;
pub use egui_demo_lib;
#[cfg(all(feature = "egui_extra", feature = "egui_gui"))]
pub use egui_extras;
#[cfg(all(feature = "egui_extra", feature = "egui_gui"))]
pub use egui_plot;
#[cfg(feature = "egui_gui")]
pub use egui_wgpu;
#[cfg(feature = "egui_gui")]
Expand Down

0 comments on commit 777e341

Please sign in to comment.