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

window: remove unused feature from cargo.toml

This commit is contained in:
Wez Furlong 2020-06-11 22:35:13 -07:00
parent 9f4e40b540
commit 9395fd3465

View File

@ -31,7 +31,6 @@ resize = "0.3"
glium = { version = "0.26.0-alpha3", optional=true, default-features = false}
[features]
async_await = []
opengl = ["cgl", "glium", "gl_generator", "libloading"]
wayland = ["smithay-client-toolkit", "memmap", "wayland-client", "wayland-egl"]