Remove support for gpu painting.

Fixes #3614.
Fixes #4683.
Fixes #7366.
This commit is contained in:
Ms2ger 2016-06-03 13:29:03 +02:00
parent 765b1a8c6e
commit 400e1b8428
6 changed files with 10 additions and 78 deletions

View file

@ -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;