From e5ecf3e17683b9d307f12e4dbfbf939e7faae11a Mon Sep 17 00:00:00 2001 From: alf9310 Date: Tue, 7 Oct 2025 13:06:43 -0400 Subject: Proposal Template Created --- graphics/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/src') diff --git a/graphics/src/lib.rs b/graphics/src/lib.rs index 4187e6b..982f092 100644 --- a/graphics/src/lib.rs +++ b/graphics/src/lib.rs @@ -5,6 +5,7 @@ pub struct Window { handle: RaylibHandle, thread: RaylibThread, } + impl Window { /// Instantiates a new window provided with the default /// window `width`, `height`, and `title`. -- cgit v1.2.3-freya