blob: a93c0e6e9faea2b118a726492ec500a82602a22f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "keks-meet"
version = "0.2.3"
edition = "2021"
[dependencies]
client-native-lib = { path = "../client-native-lib" }
clap = { version = "4.4.7", features = ["derive"] }
async-std = "1.12.0"
tokio = { version = "1.33.0", features = ["full"] }
env_logger = "0.10.0"
log = "0.4"
anyhow = "1.0.75"
crossbeam-channel = "0.5.8"
egui = "0.23.0"
eframe = "0.23.0"
libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" }
|