Remove unnecessary dependencies from `pathfinder_gl`

This commit is contained in:
Patrick Walton 2019-10-19 15:37:17 -07:00
parent 99654270c9
commit 5d5d30346b
1 changed files with 0 additions and 8 deletions

View File

@ -10,11 +10,6 @@ crate-type = ["rlib", "staticlib"]
[dependencies]
gl = "0.6"
[dependencies.image]
version = "0.21"
default-features = false
features = ["png_codec"]
[dependencies.log]
version = "0.4"
features = ["release_max_level_warn"]
@ -25,8 +20,5 @@ path = "../geometry"
[dependencies.pathfinder_gpu]
path = "../gpu"
[dependencies.pathfinder_renderer]
path = "../renderer"
[dependencies.pathfinder_simd]
path = "../simd"