summaryrefslogtreecommitdiffstats
path: root/ozone-ui/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-29 03:27:31 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-29 03:27:31 -0600
commit00675738a4012580c6db10d9e1115732559bdaf3 (patch)
treeb07774fe20140f48f3c27241051cf4ddd61a2577 /ozone-ui/Cargo.toml
parentwip: auth (diff)
do device code auth
Diffstat (limited to 'ozone-ui/Cargo.toml')
-rw-r--r--ozone-ui/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ozone-ui/Cargo.toml b/ozone-ui/Cargo.toml
index 714496a..e7c7845 100644
--- a/ozone-ui/Cargo.toml
+++ b/ozone-ui/Cargo.toml
@@ -8,3 +8,5 @@ reqwest = "0.12.12"
simple_logger = { version = "5.0.0", features = ["colors"] }
slint = { version = "1.9.2", features = ["raw-window-handle-06"] }
wry = "0.48.1"
+gtk = "0.18.2"
+winit = "0.30.8"