separate klondike
This commit is contained in:
@@ -5,3 +5,4 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
card_game = { version = "0.1.0", path = "../card_game" }
|
||||
klondike = { version = "0.1.0", path = "../klondike" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use card_game::card_game::{Card, Game, Pile, Session, Suit};
|
||||
use card_game::klondike::{
|
||||
use card_game::{Card, Game, Pile, Session, Suit};
|
||||
use klondike::{
|
||||
DstFoundation, DstTableau, Foundation, Klondike, KlondikeInstruction, KlondikePile,
|
||||
KlondikePileStack, SkipCards, Tableau, TableauStack,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user