mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Implement DOM to texture
This commit is contained in:
parent
a9022be0c3
commit
8ae0739bab
17 changed files with 238 additions and 13 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -312,6 +312,7 @@ dependencies = [
|
|||
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"offscreen_gl_context 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"servo_config 0.0.1",
|
||||
"webrender 0.52.1 (git+https://github.com/servo/webrender)",
|
||||
"webrender_api 0.52.1 (git+https://github.com/servo/webrender)",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue