refact: add cargo cxx feature
This commit is contained in:
parent
7af9b2d66e
commit
3dc3f16375
7 changed files with 30 additions and 5 deletions
|
|
@ -24,4 +24,5 @@ pub mod training_common;
|
|||
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