mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Some minor fixes and additions
This commit is contained in:
@@ -83,7 +83,7 @@ pub struct Outline {
|
||||
pub color: Color,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize)] // TODO: copy
|
||||
#[derive(Clone, Debug, Serialize)]
|
||||
#[serde(rename_all = "snake_case", tag = "kind")]
|
||||
pub enum PaintCmd {
|
||||
Circle {
|
||||
|
||||
Reference in New Issue
Block a user