mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
resource: implement water/foliage/grass color computation
This commit is contained in:
parent
25710bb1ed
commit
b66bdf5ce1
5 changed files with 114 additions and 9 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -268,6 +268,12 @@ dependencies = [
|
|||
"miniz_oxide",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "glam"
|
||||
version = "0.24.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ad83ab008a4fa3b31dfa713dd41b5a9bdea1e94e4cf1e2fc274ffbd49b0271d3"
|
||||
|
||||
[[package]]
|
||||
name = "heck"
|
||||
version = "0.4.1"
|
||||
|
@ -368,6 +374,7 @@ dependencies = [
|
|||
"enumflags2",
|
||||
"fastnbt",
|
||||
"flate2",
|
||||
"glam",
|
||||
"image",
|
||||
"itertools",
|
||||
"num-integer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue