mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update WR (removal of RGB8, which isn't supported on some hardware).
Instead, we convert any source RGB8 images into RGBx (with an opaque alpha channel).
This commit is contained in:
parent
8e226fe9ff
commit
3f2ebfa422
3 changed files with 33 additions and 42 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3567,7 +3567,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender"
|
||||
version = "0.56.1"
|
||||
source = "git+https://github.com/servo/webrender#92959212d069eace3cf1c5f939458108de4432b5"
|
||||
source = "git+https://github.com/servo/webrender#a21197eb1e427730c7bec6eec07bc6cc352d452e"
|
||||
dependencies = [
|
||||
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -3595,7 +3595,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "webrender_api"
|
||||
version = "0.56.1"
|
||||
source = "git+https://github.com/servo/webrender#92959212d069eace3cf1c5f939458108de4432b5"
|
||||
source = "git+https://github.com/servo/webrender#a21197eb1e427730c7bec6eec07bc6cc352d452e"
|
||||
dependencies = [
|
||||
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue