mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Break out plotting to own crate egui_plot (#3282)
This replaces `egui::plot` with the new crate `egui_plot`
This commit is contained in:
9
crates/egui_plot/README.md
Normal file
9
crates/egui_plot/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# egui_plot
|
||||
|
||||
[](https://crates.io/crates/egui_plot)
|
||||
[](https://docs.rs/egui_plot)
|
||||
[](https://github.com/rust-secure-code/safety-dance/)
|
||||

|
||||

|
||||
|
||||
Immediate mode plotting for [`egui`](https://github.com/emilk/egui).
|
||||
Reference in New Issue
Block a user