diff options
-rw-r--r-- | Cargo.lock | 3 | ||||
-rw-r--r-- | alacritty_terminal/Cargo.toml | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -2046,8 +2046,7 @@ dependencies = [ [[package]] name = "vte" version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd" +source = "git+ssh://git@git.josher.dev/home/git/r-alacritty-vte.git#6877a8d9f1e6cd44cecdfd268c804db193d7ece5" dependencies = [ "arrayvec", "bitflags 2.6.0", diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 2c3de7eb..d2a5cd86 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -24,7 +24,8 @@ parking_lot = "0.12.0" polling = "3.0.0" regex-automata = "0.4.3" unicode-width = "0.1" -vte = { version = "0.15.0", default-features = false, features = ["std", "ansi"] } +vte = { version = "0.15.0", default-features = false, features = ["std", +"ansi"], git = "ssh://git@git.josher.dev/home/git/r-alacritty-vte.git" } serde = { version = "1", features = ["derive", "rc"], optional = true } [target.'cfg(unix)'.dependencies] |