io to its own file

This commit is contained in:
2022-06-08 12:00:30 -05:00
parent dbd370f53c
commit bf7546ab4b
3 changed files with 61 additions and 57 deletions

View File

@@ -7,7 +7,8 @@ use image::DynamicImage;
use rfd::FileDialog;
use board_builder::{ Board, Node, CoordTransformer, read_board_from_file, write_board_to_file };
use board_builder::{ Board, Node, CoordTransformer };
use board_builder::io::{ read_board_from_file, write_board_to_file };
use std::path::Path;
use std::collections::HashSet;