mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/item/mod.rs')
| -rw-r--r-- | src/item/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/item/mod.rs b/src/item/mod.rs index 4b4bac0..6a4f8fc 100644 --- a/src/item/mod.rs +++ b/src/item/mod.rs @@ -1,3 +1,4 @@ +//! the different kinds of items use image::Rgb; pub mod storage; |