diff options
| author | Micha White <botahamec@outlook.com> | 2023-01-29 16:28:52 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-01-29 16:28:52 -0500 |
| commit | 17662181dd3947c7e38f60116cd57e88a2a2897d (patch) | |
| tree | 307d9387e5db534bba9a4db48fac1f6064fbd7ff /alligator_resources/src/lib.rs | |
| parent | 483b1a2238edf41537681f797c4fce1212b992b4 (diff) | |
Cleaned up the TextureAtlas API
Diffstat (limited to 'alligator_resources/src/lib.rs')
| -rw-r--r-- | alligator_resources/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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 {} |
