diff --git a/Cargo.toml b/Cargo.toml index 89dc54e..03245e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" keywords = ["ansi", "escape", "terminal"] [dependencies] -vte = "0.10" +vte = { version = "0.10", default-features = false } [dev-dependencies] doc-comment = "0.3"