diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-08 23:17:13 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-08 23:17:13 +0200 |
commit | 90da983894ddc465c713f875ef2efef28eb7da01 (patch) | |
tree | 5a8c673fa25501313fb931983e5051827af994c5 /src-tauri/Cargo.toml | |
parent | 10e2b6f0c5e1b7bcd7e36f08f47e5c3d21f4dc5f (diff) | |
download | FlightCore-feat/experimental-egui-support.tar.gz FlightCore-feat/experimental-egui-support.zip |
feat: egui proof-of-conceptfeat/experimental-egui-support
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |