Make the Rust client the sole app

This commit is contained in:
iris committed 2026-09-11 01:18:24 -04:00
1 parent a8602c1626
commit d8bb1699a8
230 files changed
+762 -27300

No files matched your search

+1 -1
View File
@@ -5,6 +5,6 @@ version = "0.1.0"
edition = "2024"
[dev-dependencies]
ai-app = { path = "../../../app-rust" }
ai-app = { path = "../../../app" }
iris = { path = "../../../iris" }
bytemuck = "1"
@@ -17,7 +17,7 @@ fn what_a_fling_frame_costs() {
h.frame(PHONE_FRAME_MS);
let flick =
TouchScript::parse(include_str!("../../../../app-rust/touch/flick-120hz.touch")).unwrap();
TouchScript::parse(include_str!("../../../../app/touch/flick-120hz.touch")).unwrap();
h.replay(&flick);
println!(
"recorded flick released at {:?}px/s; scripted passes run at {VELOCITY}px/s",