mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #26752 - ferjm:datachannel, r=Manishearth
WebRTC data channels support - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #26212 This depends on https://github.com/servo/media/pull/350 and contains the basic pieces to make a simple test like https://ferjm.github.io/samples/src/content/datachannel/basic/ work
This commit is contained in:
commit
4b034ede46
22 changed files with 930 additions and 34 deletions
|
@ -55,7 +55,7 @@ euclid = "0.20"
|
|||
gfx = { path = "../gfx" }
|
||||
gfx_traits = { path = "../gfx_traits" }
|
||||
gleam = "0.11"
|
||||
gstreamer = { version = "0.15", optional = true }
|
||||
gstreamer = { version = "0.15", features = ["v1_16"], optional = true }
|
||||
ipc-channel = "0.14"
|
||||
keyboard-types = "0.5"
|
||||
layout_thread_2013 = { path = "../layout_thread", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue