refact: remove python & c++ bindings
This commit is contained in:
parent
7f63df2946
commit
bca03b7bcf
18 changed files with 13 additions and 1307 deletions
|
|
@ -18,11 +18,3 @@ mod dice;
|
|||
pub use dice::{Dice, DiceRoller};
|
||||
|
||||
pub mod training_common;
|
||||
|
||||
// python interface "trictrac_engine" (for AI training..)
|
||||
#[cfg(feature = "python")]
|
||||
mod pyengine;
|
||||
|
||||
// C++ interface via cxx.rs (for OpenSpiel C++ integration)
|
||||
#[cfg(feature = "cpp")]
|
||||
pub mod cxxengine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue