refact: remove python & c++ bindings

This commit is contained in:
Henri Bourcereau 2026-04-04 18:51:35 +02:00
parent 7f63df2946
commit bca03b7bcf
18 changed files with 13 additions and 1307 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
trictrac-store = { path = "../store", features = ["python"] }
trictrac-store = { path = "../store" }
trictrac-bot = { path = "../bot" }
anyhow = "1"
rand = "0.9"