refact: add cargo cxx feature
This commit is contained in:
parent
44451d8642
commit
a097be7395
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