refact: add cargo cxx feature

This commit is contained in:
Henri Bourcereau 2026-03-25 20:16:46 +01:00
parent 44451d8642
commit a097be7395
7 changed files with 30 additions and 5 deletions

View file

@ -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;