git clone --recursive https://github.com/OpenXbox/xcloud-rs.git
cd xcloud-rs
cargo build
# Run tests
cargo test
# Build docs
cargo doc
Graphical / via WebView
cargo run --bin auth-webview --features=webview
CLI / Manually copying rdirect URI
cargo run --bin auth-cli --features=tokio
Note: Requires tokens (see above)
cargo run --example gssv-api
Note: Requires tokens (see above)
cargo run --bin client-webrtc --features="xal webrtc-rs"