1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

A simple 2D plot library

This commit is contained in:
Emil Ernerfeldt
2021-02-14 21:39:04 +01:00
parent 7dad76b913
commit a19140ec67
14 changed files with 1039 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ pub mod font_contents_emoji;
pub mod font_contents_ubuntu;
pub mod layout_test;
pub mod painting;
pub mod plot_demo;
pub mod scrolling;
pub mod sliders;
pub mod tests;