Move resource module to a separate crate

The resource module does not depend on any other part of MinedMap.
This commit is contained in:
Matthias Schiffer 2023-08-20 16:55:10 +02:00
parent 248a641035
commit 228f31c568
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
10 changed files with 25 additions and 5 deletions

View file

@ -63,8 +63,8 @@ with MinedMap's resource metadata.
7. Update the source code with the new block colors:
```sh
./generate.py colors.json ../src/resource/block_types.rs
cargo fmt
./generate.py colors.json ../crates/resource/src/block_types.rs
cargo fmt --all
```
After the update, the new version should be tested with old savegames (both