mirror of
https://github.com/kristoferssolo/hexlab.git
synced 2026-02-04 06:22:06 +00:00
chore: update cargo.toml
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
use hexx::Hex;
|
||||
use thiserror::Error;
|
||||
|
||||
use crate::{
|
||||
generator::{generate_backtracking, GeneratorType},
|
||||
HexMaze,
|
||||
};
|
||||
use hexx::Hex;
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
pub enum MazeBuilderError {
|
||||
|
||||
Reference in New Issue
Block a user