From 5d299af0e592c76c62c6347152eae2257a95c71f Mon Sep 17 00:00:00 2001 From: Micha White Date: Sat, 1 Oct 2022 17:52:50 -0400 Subject: Quick and dirty texture atlases --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0ae408e..6c1be3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,8 @@ thiserror = "1" pollster = "0.2" bytemuck = { version = "1.4", features = ["derive"] } cgmath = "0.18" +image = "0.24" +texture_packer = "0.24" [[example]] name = "black" -- cgit v1.2.3