aboutsummaryrefslogtreecommitdiff
path: root/client-native-gui/Cargo.toml
blob: 119cabdcc14620f5c1ad5811fb45f7ea55df3b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "keks-meet"
version = "0.1.0"
edition = "2021"

[dependencies]
client-native-lib = { path = "../client-native-lib" }

clap = { version = "4.3.8", features = ["derive"] }
async-std = "1.12.0"
tokio = { version = "1.28.2", features = ["full"] }
env_logger = "0.10.0"
log = "0.4"
anyhow = "1.0.71"
crossbeam-channel = "0.5.8"

egui = "0.22.0"
eframe = "0.22.0"

libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" }