diff options
| author | Micha White <botahamec@outlook.com> | 2023-11-12 21:34:56 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-11-12 21:34:56 -0500 |
| commit | ec1f71ad69e9a286f6c68f51b3a3ec2a02dd14bb (patch) | |
| tree | 3b160173f6187a88169bbaf37d69a359e0cf438c /packer/Cargo.toml | |
| parent | 279c233cb1f32ed42419ed6a9c2e14c1c1bc80e7 (diff) | |
Created a custom texture packer
Diffstat (limited to 'packer/Cargo.toml')
| -rw-r--r-- | packer/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packer/Cargo.toml b/packer/Cargo.toml new file mode 100644 index 0000000..d370392 --- /dev/null +++ b/packer/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "packer" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +image = "0.24" +exun = "0.2" |
