aboutsummaryrefslogtreecommitdiff
path: root/texture-decoder/Cargo.toml
blob: 669419642810683852b5635da126be688cacc404 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "texture-decoder"
version = "0.1.0"
edition = "2021"

[dependencies]
byteorder = "1.4.3"
image = "0.24.7"