Add image texture

This commit is contained in:
2022-07-07 12:08:17 +02:00
parent 38a67a6890
commit d69fd86f8b
6 changed files with 85 additions and 4 deletions

10
Cargo.lock generated
View File

@ -148,12 +148,22 @@ dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"jpeg-decoder",
"num-iter",
"num-rational",
"num-traits",
"png",
]
[[package]]
name = "jpeg-decoder"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
dependencies = [
"rayon",
]
[[package]]
name = "libc"
version = "0.2.126"