chore(core): delete deck.rs and scoring.rs
Build and Deploy / build-and-push (push) Failing after 1m18s

- deck.rs (193 lines) — Deck/deal_klondike replaced by Klondike::with_seed()
- scoring.rs (152 lines) — scoring fns superseded by KlondikeAdapter; move
  compute_time_bonus to klondike_adapter.rs, update win_summary_plugin import
- Remove rand dep from solitaire_core (only used by deck.rs)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
funman300
2026-05-29 17:42:30 -07:00
parent 6496e130f3
commit 862f7e4b48
8 changed files with 12 additions and 354 deletions
Generated
-1
View File
@@ -7034,7 +7034,6 @@ version = "0.1.0"
dependencies = [
"card_game",
"klondike",
"rand 0.9.4",
"serde",
"thiserror 2.0.18",
]