Added deck and the start of the waste

I think I'm going to need some mode advanced widget that I make myself though
This commit is contained in:
2025-02-26 19:26:17 +00:00
parent dcbcb92376
commit 0ae0bf73b2
2 changed files with 105 additions and 21 deletions

View File

@@ -97,6 +97,7 @@ impl fmt::Display for Value {
}
}
#[derive(PartialEq, Debug, Copy, Clone)]
pub struct Card {
pub suit: Suit,