cargo: gate motion sim behind feature flag

This commit is contained in:
2025-09-24 08:53:15 +02:00
parent 0cd2cc94b9
commit 019d134022
4 changed files with 51 additions and 32 deletions

View File

@@ -3,4 +3,5 @@ pub mod render;
pub mod motion;
pub mod gps;
pub mod ui;
#[cfg(feature="simulation")]
pub mod simulation;