gardesk/garterm / 7332fa6

Browse files

disable vte no_std default to allow large OSC 52 clipboard payloads

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
7332fa6f5b6327172808914cd35dfb60e3f05179
Parents
1c1aff3
Tree
163a6e3

1 changed file

StatusFile+-
M Cargo.toml 1 1
Cargo.tomlmodified
@@ -18,7 +18,7 @@ gartk-core = { path = "../gartk/gartk-core" }
1818
 gartk-x11 = { path = "../gartk/gartk-x11" }
1919
 
2020
 # Terminal parsing
21
-vte = "0.13"
21
+vte = { version = "0.13", default-features = false }
2222
 
2323
 # GPU rendering
2424
 wgpu = "24"