From a1ab78e904b52b025ed81bbc899188094308ff24 Mon Sep 17 00:00:00 2001
From: HampusM <hampus@hampusmat.com>
Date: Wed, 25 Oct 2023 22:05:58 +0200
Subject: feat(glfw): make Size derive Debug, Clone, PartialEq & Eq

---
 glfw/src/window.rs | 1 +
 1 file changed, 1 insertion(+)

(limited to 'glfw')

diff --git a/glfw/src/window.rs b/glfw/src/window.rs
index a492c20..1f3834e 100644
--- a/glfw/src/window.rs
+++ b/glfw/src/window.rs
@@ -246,6 +246,7 @@ impl Hint
 }
 
 /// Window size.
+#[derive(Debug, Clone, PartialEq, Eq)]
 pub struct Size
 {
     pub width: u32,
-- 
cgit v1.2.3-18-g5258