0.1.0-0-pre.5-fix.3

This commit is contained in:
2026-09-16 01:37:52 +02:00
parent a503975d36
commit 380a24681d
7 changed files with 173 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/engines/engine-v1-sdl/src/runtime.rs
// version: 2
// version: 3
/// Minimal SDL3 runtime used by Desktop POC runners.
pub struct SdlRuntime {
@@ -62,7 +62,3 @@ impl SdlRuntime {
return std::result::Result::Ok(());
}
}
#[cfg(test)]
#[path = "../unit_tests/runtime.rs"]
mod tests;