summaryrefslogtreecommitdiff
path: root/alligator_resources/src/lib.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-13 00:24:07 -0500
committerMicha White <botahamec@outlook.com>2023-02-13 00:24:07 -0500
commit861b467b95be55db3a42182b77dba944869bf49f (patch)
treef58057d5ab9ad53601332981a31553b0ad05fe1b /alligator_resources/src/lib.rs
parentc31d51487082c6cf243ecd10da71a15a78d41add (diff)
Rename the subdirectories
Diffstat (limited to 'alligator_resources/src/lib.rs')
-rw-r--r--alligator_resources/src/lib.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/alligator_resources/src/lib.rs b/alligator_resources/src/lib.rs
deleted file mode 100644
index 9cbbba0..0000000
--- a/alligator_resources/src/lib.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-#![feature(new_uninit, let_chains)]
-#![warn(clippy::nursery, clippy::pedantic)]
-#![allow(clippy::module_name_repetitions)]
-
-pub mod texture;
-
-#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
-pub enum Priority {
- Unnecessary,
- Possible(u8),
- Eventual(u8),
- Urgent,
-}