mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove support for gpu painting.
Fixes #3614. Fixes #4683. Fixes #7366.
This commit is contained in:
parent
765b1a8c6e
commit
400e1b8428
6 changed files with 10 additions and 78 deletions
|
@ -71,7 +71,6 @@ extern crate serde;
|
|||
#[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))]
|
||||
extern crate simd;
|
||||
|
||||
extern crate skia;
|
||||
extern crate smallvec;
|
||||
#[macro_use]
|
||||
extern crate string_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue