summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2019-12-30 15:17:42 +0300
committerChristian Duerr <contact@christianduerr.com>2019-12-30 12:17:42 +0000
commit3e6e8a03eeea780e28b6fc217ee495dee3342c48 (patch)
tree687eed1e1322046f9c2cacd0ff6db5d19e401e5c /alacritty_terminal
parentd4dc1f7b14e7d8016854ac526c2e1c6024a7ddc1 (diff)
Move live-shader-reload feature to alacritty
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 168ecddf..385c3cbd 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -47,8 +47,6 @@ objc = "0.2.2"
[features]
default = []
-# Enabling this feature makes shaders automatically reload when changed
-live-shader-reload = []
nightly = []
bench = []