Skip to content

Commit 80a04d9

Browse files
committed
remove disable gpu from chromimum args
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent b05315f commit 80a04d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plotly_kaleido/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,11 @@ impl Kaleido {
190190
.current_dir(self.cmd_path.parent().unwrap())
191191
.args([
192192
"plotly",
193-
"--disable-gpu",
194193
"--allow-file-access-from-files",
195194
"--disable-breakpad",
196195
"--disable-dev-shm-usage",
197196
"--disable-software-rasterizer",
198197
"--single-process",
199-
"--disable-gpu",
200198
"--no-sandbox",
201199
])
202200
.stdin(Stdio::piped())

0 commit comments

Comments
 (0)