summaryrefslogtreecommitdiff
path: root/alligator_resources/src/lib.rs
blob: b85eab1d0363838cada87519616b861c28400b89 (plain)
#![feature(new_uninit)]
#![warn(clippy::nursery)]
#![warn(clippy::pedantic)]
#![allow(clippy::module_name_repetitions)]

pub mod texture;

struct ResourceManager {}