1812e5c6d6
Add type alias for f32 colors to minedmap-resource
...
Allow removing the dependency on a specific glam version from the main
crate.
2023-12-29 20:13:03 +01:00
1432df7c93
Update dependencies
2023-12-29 20:06:52 +01:00
5f2dea6b4f
minedmap-types 0.1.1
2023-11-18 18:59:54 +01:00
2c1c8c17ef
Update dependencies
2023-11-18 18:49:25 +01:00
c010ee9194
Prepare for crates.io release
2023-08-21 21:51:01 +02:00
8e369f33fd
Add license and repository info to all crates
2023-08-21 21:50:57 +02:00
4f3b43e4a4
Add missing serde derive feature to Cargo.toml
2023-08-21 17:07:03 +02:00
2544ee9e80
Move nbtdump and regiondump examples to minedmap-nbt crate
2023-08-21 15:01:48 +02:00
228f31c568
Move resource module to a separate crate
...
The resource module does not depend on any other part of MinedMap.
2023-08-20 17:00:10 +02:00
248a641035
Restructure crates
...
Get rid of the arbitrary bin/lib split and instead move as much as
possible into the bin crate, which becomes the main crate again.
The types and NBT handling are moved into separate crates, so they can
be reused by nbtdump and regiondump.
2023-08-20 17:00:10 +02:00