blob: 74a696ba8fd975fd868c5e7df723a8486820bec9 (
plain)
[package]
name = "alligator_resources"
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"
thiserror = "1"
exun = "0.1"
texture_packer = { git = "https://github.com/botahamec/piston_texture_packer", branch = "u16" }
profiling = "1"
bytemuck = { version = "1", features = ["extern_crate_alloc"] }
|