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" }
18
 gartk-x11 = { path = "../gartk/gartk-x11" }
18
 gartk-x11 = { path = "../gartk/gartk-x11" }
19
 
19
 
20
 # Terminal parsing
20
 # Terminal parsing
21
-vte = "0.13"
21
+vte = { version = "0.13", default-features = false }
22
 
22
 
23
 # GPU rendering
23
 # GPU rendering
24
 wgpu = "24"
24
 wgpu = "24"