Emil Ernerfeldt
|
401de05630
|
Use `Self` everywhere (#3787)
This turns on the clippy lint
[`clippy::use_self`](https://rust-lang.github.io/rust-clippy/v0.0.212/index.html#use_self)
and fixes it everywhere.
|
2024-01-08 17:41:21 +01:00 |
Emil Ernerfeldt
|
a243180600
|
Add `#[inline]` to all builder-pattern functions (#3557)
Better performance and maybe code size
|
2023-11-16 13:50:05 +01:00 |
Emil Ernerfeldt
|
7b169ec13d
|
Break out plotting to own crate `egui_plot` (#3282)
This replaces `egui::plot` with the new crate `egui_plot`
|
2023-08-27 17:22:49 +02:00 |