1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

since glutin is pulled in anyway, simplify the glium dep

This commit is contained in:
Wez Furlong 2018-02-20 22:55:16 -08:00
parent dca8b734e9
commit 5a7a543050

View File

@ -9,6 +9,7 @@ egli = "0.4.0"
euclid = "0.17.0" euclid = "0.17.0"
failure = "0.1.1" failure = "0.1.1"
gl = "0.10.0" gl = "0.10.0"
glium = "0.20.0"
libc = "0.2.36" libc = "0.2.36"
mio = "0.6.12" mio = "0.6.12"
palette = "0.2.1" palette = "0.2.1"
@ -17,13 +18,6 @@ serde_derive = "1.0.27"
toml = "0.4.5" toml = "0.4.5"
unicode-width = "0.1.4" unicode-width = "0.1.4"
[target.'cfg(target_os = "linux")'.dependencies.glium]
default-features = false
version = "0.20.0"
[target.'cfg(not(target_os = "linux"))'.dependencies.glium]
version = "0.20.0"
[dependencies.harfbuzz] [dependencies.harfbuzz]
path = "harfbuzz" path = "harfbuzz"