mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-04 14:49:07 +02:00
Move resource module to a separate crate
The resource module does not depend on any other part of MinedMap.
This commit is contained in:
parent
248a641035
commit
228f31c568
10 changed files with 25 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue