From 323c6ca03bc1d560b02114445764dab5e753049e Mon Sep 17 00:00:00 2001 From: Micha White Date: Tue, 25 Oct 2022 11:13:37 -0400 Subject: Started the alligator_resources project --- alligator_resources/src/lib.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 alligator_resources/src/lib.rs (limited to 'alligator_resources/src/lib.rs') 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 {} -- cgit v1.2.3