Squashed from work; the fine-grained history is under tag archive/work-2026-08-29: - mp* wave: mpwm window manager + the mp app family, WM API, theme bridge, PDF engine fix - mpwm polish wave: terminal key focus, focus-history close order, pop-back-to-origin, occupied-workspace cycling, demo - work: land the sources the last commits reference - route: the assistant icon the committed UI references - fast_inflate: the benches name their dev-deps - gif/weezl: drop the vendored benches nobody can run - weezl: the decode tests generate their own LZW fixture
16 lines
711 B
TOML
16 lines
711 B
TOML
[package]
|
|
name = "makepad-teamtalk"
|
|
version = "0.1.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Low-latency LAN voice chat core in safe Rust, no dependencies: UDP peer discovery, per-peer adaptive jitter buffers with loss concealment and drift correction, team channels, and a frame-oriented allocation-free audio-thread API"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
# Only for the codec test that cross-checks our Ogg pages against an
|
|
# independent reader; consumers of this crate stay dependency-free.
|
|
makepad-audio-decode = { path = "../audio_decode" }
|