1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00

Use glium + glutin on !linux

This commit is contained in:
Wez Furlong 2018-02-20 22:48:23 -08:00
parent c39dbdc356
commit dca8b734e9

View File

@ -17,10 +17,13 @@ serde_derive = "1.0.27"
toml = "0.4.5"
unicode-width = "0.1.4"
[dependencies.glium]
[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"