mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-24 21:15:09 +02:00
Compare commits
No commits in common. "dca365f4e23f7427571bfe943437a65cd48fc864" and "c49ad6e608605f9bed5db90c0c6743c9249c63b2" have entirely different histories.
dca365f4e2
...
c49ad6e608
2 changed files with 0 additions and 12 deletions
2
.github/workflows/MinedMap.yml
vendored
2
.github/workflows/MinedMap.yml
vendored
|
@ -131,8 +131,6 @@ jobs:
|
|||
targets: '${{ matrix.target }}'
|
||||
|
||||
- uses: swatinem/rust-cache@v2
|
||||
with:
|
||||
key: '${{ matrix.target }}'
|
||||
|
||||
- name: 'Build'
|
||||
shell: 'bash'
|
||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -39,11 +39,6 @@
|
|||
Note that some platforms like `msvc` are unsupported by jemalloc, and trying
|
||||
to enable the `jemalloc` feature on these platforms may break the MinedMap
|
||||
build or cause issues at runtime.
|
||||
- Docker images can be downloaded from the GitHub Container registry
|
||||
|
||||
Two images are provided, one for the tile renderer and one with the viewer
|
||||
and a web server. A `docker-compose.yml` example can be found in the
|
||||
repository as a starting point.
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -61,11 +56,6 @@
|
|||
"waterlogged" block status. As 1-block seagrass is relatively big compared to
|
||||
other "small" plants, just considering it opaque seems like a good enough
|
||||
solution that avoids having to implement advanced block status flags.
|
||||
- Use Bincode 2 for storage of intermediate data
|
||||
|
||||
The update from Bincode 1 to 2 slightly reduces the size of the `processed`
|
||||
directory used for intermediate data. At least Rust 1.85 is now required to
|
||||
build MinedMap.
|
||||
|
||||
## [2.4.0] - 2025-01-11
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue