summaryrefslogtreecommitdiffstats
path: root/ozone-ui/Cargo.toml
blob: e7c7845208089d3f5cd28214bb15d8712c8e1060 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ozone-ui"
version = "0.1.0"
edition = "2021"

[dependencies]
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"