mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-11 09:39:06 +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
|
@ -5,11 +5,11 @@
|
|||
|
||||
mod core;
|
||||
mod io;
|
||||
mod resource;
|
||||
mod util;
|
||||
mod world;
|
||||
|
||||
use minedmap_nbt as nbt;
|
||||
use minedmap_resource as resource;
|
||||
use minedmap_types as types;
|
||||
|
||||
use anyhow::Result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue