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:
parent
dca8b734e9
commit
5a7a543050
@ -9,6 +9,7 @@ egli = "0.4.0"
|
||||
euclid = "0.17.0"
|
||||
failure = "0.1.1"
|
||||
gl = "0.10.0"
|
||||
glium = "0.20.0"
|
||||
libc = "0.2.36"
|
||||
mio = "0.6.12"
|
||||
palette = "0.2.1"
|
||||
@ -17,13 +18,6 @@ serde_derive = "1.0.27"
|
||||
toml = "0.4.5"
|
||||
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]
|
||||
path = "harfbuzz"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user