Switch realtime TUI to WebRTC transport

This commit is contained in:
Justin Uberti
2026-03-20 16:08:45 -07:00
parent ddda43919f
commit fc01075f74
20 changed files with 1183 additions and 3489 deletions

5
codex-rs/cli/build.rs Normal file
View File

@@ -0,0 +1,5 @@
fn main() {
if std::env::var("CARGO_CFG_TARGET_OS").as_deref() == Ok("macos") {
println!("cargo:rustc-link-arg=-ObjC");
}
}