switched to crate lib

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-03 02:37:33 +02:00
parent 316d760b58
commit 5c5e6357ad
16 changed files with 15 additions and 869 deletions

View file

@ -1,6 +1,6 @@
use std::{thread, time::Duration};
use crate::lib::{
use crate::{
controller::Controller,
game::{self, Game, GameError},
};