Skip to content

Commit c6346fe

Browse files
committed
merge: sync with main, keep WebSocket transport
Merges main's run_with_app_wrapper refactor while preserving WebSocket-only transport from this branch (no LCM dependency). - Use rerun's run_with_app_wrapper for cleaner CLI handling - WsPublisher now spawns its own tokio runtime thread (works without #[tokio::main]) - Inherits click-to-engage overlay and other UI improvements from main - Bump version to 0.30.0-alpha.6
2 parents 07f64d1 + 67c10ea commit c6346fe

File tree

9 files changed

+542
-282
lines changed

9 files changed

+542
-282
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3116,7 +3116,7 @@ dependencies = [
31163116

31173117
[[package]]
31183118
name = "dimos-viewer"
3119-
version = "0.30.0-alpha.4"
3119+
version = "0.30.0-alpha.6"
31203120
dependencies = [
31213121
"bincode",
31223122
"clap",

0 commit comments

Comments
 (0)