tileset 0.1.3

Tailset definition, and supports importing multiple formats
Documentation
1
2
3
4
5
6
7
8
use super::*;

impl From<GridCornerWang> for GridCompleteAtlas {
    fn from(corner: GridCornerWang) -> Self {
        let _ = corner;
        unimplemented!("Cannot convert a corner wang to a complete atlas now.")
    }
}