Move live-shader-reload feature to alacritty

This commit is contained in:
Kirill Chibisov 2019-12-30 15:17:42 +03:00 committed by Christian Duerr
parent d4dc1f7b14
commit 3e6e8a03ee
2 changed files with 1 additions and 3 deletions

View File

@ -51,7 +51,7 @@ embed-resource = "1.3"
[features]
default = []
# Enabling this feature makes shaders automatically reload when changed
live-shader-reload = ["alacritty_terminal/live-shader-reload"]
live-shader-reload = []
nightly = []
bench = []

View File

@ -47,8 +47,6 @@ objc = "0.2.2"
[features]
default = []
# Enabling this feature makes shaders automatically reload when changed
live-shader-reload = []
nightly = []
bench = []