diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-21 16:13:21 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-21 16:13:21 +0100 |
commit | 0a8fb4025011433c4bbbb093a11fdde6180c8afa (patch) | |
tree | 25bc6b566e0f493b35d42895e8b7a5c4ae8570a1 /client-native-gui | |
parent | e31c48f5a9cfe6fd8988b83b17e00538fa69d6d3 (diff) | |
download | keks-meet-0a8fb4025011433c4bbbb093a11fdde6180c8afa.tar keks-meet-0a8fb4025011433c4bbbb093a11fdde6180c8afa.tar.bz2 keks-meet-0a8fb4025011433c4bbbb093a11fdde6180c8afa.tar.zst |
mention client.toml
Diffstat (limited to 'client-native-gui')
-rw-r--r-- | client-native-gui/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index 6d76e15..4829547 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] client-native-lib = { path = "../client-native-lib" } -clap = { version = "4.1.4", features = ["derive"] } +clap = { version = "4.1.6", features = ["derive"] } async-std = "1.12.0" tokio = { version = "1.25.0", features = ["full"] } env_logger = "0.10.0" @@ -15,7 +15,7 @@ anyhow = "1.0.69" crossbeam-channel = "0.5.6" egui = "0.21.0" -eframe = "0.21.0" +eframe = "0.21.3" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } |