From 90da983894ddc465c713f875ef2efef28eb7da01 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sun, 8 Oct 2023 23:17:13 +0200 Subject: feat: egui proof-of-concept --- src-tauri/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-tauri/Cargo.toml') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f1d26cf8..d62bca89 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -65,6 +65,8 @@ semver = "1.0" # simplified filesystem access glob = "0.3.1" dirs = "5" +egui = "0.23.0" +eframe = "0.23.0" [target.'cfg(windows)'.dependencies] # Windows API stuff -- cgit v1.2.3