feat: find image file relative to config option image_path
This commit is contained in:
parent
13ded9c314
commit
407216b17c
6 changed files with 25 additions and 6 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <vector>
|
||||
|
||||
struct Config {
|
||||
std::filesystem::path images_path = "./";
|
||||
std::filesystem::path memory_file;
|
||||
std::vector<std::filesystem::path> refs;
|
||||
std::vector<std::string> refs_prefix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue