johanhelsing / matchbox

Painless peer-to-peer WebRTC networking for rust wasm (and native!)
Apache License 2.0
879 stars 72 forks source link

Upgrade to to `webrtc 0.11` #449

Closed sjmueller closed 2 months ago

sjmueller commented 5 months ago

Building for target aarch64-pc-windows-msvc on Windows 11 ARM fails with:

error: failed to run custom build command for `ring v0.16.20`

Ring version 0.17 fixes this problem, which is now used in webrtc 0.11 (released last week).

In my tests, upgrading has fixed compilation errors with target aarch64-pc-windows-msvc, and matchbox appears to be compatible with this latest version.