summaryrefslogtreecommitdiffstats
path: root/ozone-ui/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-29 23:16:45 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-29 23:16:45 -0600
commit35235e4a7ac90f4cdcdf753befb1aff516320eb4 (patch)
treeaf53499a61bb41a8705073d30acdf8dbde2c120a /ozone-ui/Cargo.toml
parentdo device code auth (diff)
wip: use an actual oauth library
Diffstat (limited to 'ozone-ui/Cargo.toml')
-rw-r--r--ozone-ui/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/ozone-ui/Cargo.toml b/ozone-ui/Cargo.toml
index e7c7845..19d4623 100644
--- a/ozone-ui/Cargo.toml
+++ b/ozone-ui/Cargo.toml
@@ -7,6 +7,3 @@ edition = "2021"
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"