mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
Improve top-level crate docs, and sort features is Cargo.toml
This commit is contained in:
@@ -47,6 +47,7 @@ impl PlotPoint {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/// Solid, dotted, dashed, etc.
|
||||
#[derive(Debug, PartialEq, Clone, Copy)]
|
||||
pub enum LineStyle {
|
||||
Solid,
|
||||
@@ -319,6 +320,7 @@ impl PlotPoints {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/// Circle, Diamond, Square, Cross, …
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
|
||||
pub enum MarkerShape {
|
||||
Circle,
|
||||
|
||||
Reference in New Issue
Block a user