From 17662181dd3947c7e38f60116cd57e88a2a2897d Mon Sep 17 00:00:00 2001 From: Micha White Date: Sun, 29 Jan 2023 16:28:52 -0500 Subject: Cleaned up the TextureAtlas API --- alligator_resources/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'alligator_resources/src/lib.rs') diff --git a/alligator_resources/src/lib.rs b/alligator_resources/src/lib.rs index 89a8f3c..9cbbba0 100644 --- a/alligator_resources/src/lib.rs +++ b/alligator_resources/src/lib.rs @@ -11,5 +11,3 @@ pub enum Priority { Eventual(u8), Urgent, } - -pub struct ResourceManager {} -- cgit v1.2.3