fix: give a reference where it needed to be

This commit is contained in:
silver 2025-06-08 00:20:38 +01:00
parent 7bcf30fb3a
commit 1555a94656
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -1,3 +1,6 @@
// this code is taken from https://github.com/MCorange99/svg2colored-png/tree/main
// I was unable to figure out how to use usvg myself so younked it from here.
use std::path::{Path, PathBuf};
use clap::builder::OsStr;