0.1.0-1-alpha.2-fix.2

This commit is contained in:
2026-09-17 00:25:37 +02:00
parent f8b93050d8
commit 37a00b3c2b
35 changed files with 620 additions and 181 deletions

View File

@@ -1,14 +1,9 @@
// file: crates/apps/game-reflex-poc-tauri/build.rs
// version: 2
// version: 3
//! Tauri build script skipped for the WebAssembly library target.
//! Native Tauri build script for the Reflex Desktop WebView runner.
fn main() {
let target_arch = std::env::var("CARGO_CFG_TARGET_ARCH");
match target_arch {
std::result::Result::Ok(value) if value == "wasm32" => return,
_ => {},
}
tauri_build::build();
return;
}