diff options
Diffstat (limited to 'alligator_resources/src/lib.rs')
| -rw-r--r-- | alligator_resources/src/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alligator_resources/src/lib.rs b/alligator_resources/src/lib.rs new file mode 100644 index 0000000..5ea8ad1 --- /dev/null +++ b/alligator_resources/src/lib.rs @@ -0,0 +1,7 @@ +#![warn(clippy::nursery)] +#![warn(clippy::pedantic)] +#![allow(clippy::module_name_repetitions)] + +pub mod texture; + +struct ResourceManager {} |
