mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Webrender update (border anti-aliasing, primitive caching).
This commit is contained in:
parent
acb47007ba
commit
25f60a29db
8 changed files with 80 additions and 66 deletions
4
components/servo/Cargo.lock
generated
4
components/servo/Cargo.lock
generated
|
@ -2591,7 +2591,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender"
|
||||
version = "0.5.1"
|
||||
source = "git+https://github.com/servo/webrender#8cff5fd308b0d8db21c4008286685854107d25b7"
|
||||
source = "git+https://github.com/servo/webrender#b3611d501b13281299a073540058547feeb7e4e3"
|
||||
dependencies = [
|
||||
"app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -2616,7 +2616,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender_traits"
|
||||
version = "0.5.1"
|
||||
source = "git+https://github.com/servo/webrender#8cff5fd308b0d8db21c4008286685854107d25b7"
|
||||
source = "git+https://github.com/servo/webrender#b3611d501b13281299a073540058547feeb7e4e3"
|
||||
dependencies = [
|
||||
"app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue