diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-25 11:13:37 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-25 11:13:37 -0400 |
| commit | 323c6ca03bc1d560b02114445764dab5e753049e (patch) | |
| tree | 68b60475d670dfcab27ec5eab0de61c32f8b81ca /alligator_resources/src/lib.rs | |
| parent | 578fc0aa670067991135921ab9a03d223036a598 (diff) | |
Started the alligator_resources project
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 {} |
