From cf5e5bafa49ad0727c63b1e621c75cea0d90919f Mon Sep 17 00:00:00 2001 From: FluxxCode Date: Mon, 15 Jan 2024 22:23:07 +0100 Subject: [PATCH] Add dependency directories --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5a299fac..05eed3ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ edition = "2021" [dependencies] egui = "0.25.0" + +# Used to fetch user folders +directories = "5.0"