From 9fd7d6689d5d90679e4b0c12e463ef4e2f8bf515 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sat, 4 Feb 2023 13:25:45 -0500 Subject: Have the renderer take the texture manager --- alligator_resources/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alligator_resources/Cargo.toml') diff --git a/alligator_resources/Cargo.toml b/alligator_resources/Cargo.toml index 3ccb084..d5d8276 100644 --- a/alligator_resources/Cargo.toml +++ b/alligator_resources/Cargo.toml @@ -13,3 +13,5 @@ texture_packer = { git = "https://github.com/botahamec/piston_texture_packer", b profiling = "1" bytemuck = { version = "1", features = ["extern_crate_alloc"] } parking_lot = "0.12" +log = "0.4" +dashmap = "5" -- cgit v1.2.3