give up
parent
89142d69b1
commit
92b9765ad1
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue