This commit is contained in:
Bel LaPointe
2023-12-28 10:28:31 -05:00
parent 89142d69b1
commit 92b9765ad1

View File

@@ -3,7 +3,6 @@ use core::cmp::Ordering;
use std::fs; use std::fs;
use std::path::Path; use std::path::Path;
use std::io::Write; use std::io::Write;
use std::io::Read;
pub fn screenshotify(input: &String) -> Result<Vec<String>, String> { pub fn screenshotify(input: &String) -> Result<Vec<String>, String> {
let output_d = format!("{}.d", input); let output_d = format!("{}.d", input);