summaryrefslogtreecommitdiffstats
path: root/graphics/src/geometry/style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/geometry/style.rs')
-rw-r--r--graphics/src/geometry/style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/geometry/style.rs b/graphics/src/geometry/style.rs
index a0f4b08a..de77eccc 100644
--- a/graphics/src/geometry/style.rs
+++ b/graphics/src/geometry/style.rs
@@ -2,7 +2,7 @@ use crate::core::Color;
use crate::geometry::Gradient;
/// The coloring style of some drawing.
-#[derive(Debug, Clone, PartialEq)]
+#[derive(Debug, Clone, Copy, PartialEq)]
pub enum Style {
/// A solid [`Color`].
Solid(Color),