diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-18 09:51:38 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-18 09:51:38 +0100 |
commit | d3e3cfdaa53ae354b1de4f540426af3e6af8096d (patch) | |
tree | 20fc2addda444373f4c50377a4179503883d3cee /client-native-gui/Cargo.toml | |
parent | c75b423e461010c722503fb9792f84ebc415c7d8 (diff) | |
download | keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar.bz2 keks-meet-d3e3cfdaa53ae354b1de4f540426af3e6af8096d.tar.zst |
reworking rift: part two
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r-- | client-native-gui/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index 573f69a..ae9208f 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -6,15 +6,15 @@ edition = "2021" [dependencies] libkeks = { path = "../client-native-lib" } -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "4.5.3", features = ["derive"] } async-std = "1.12.0" -tokio = { version = "1.35.1", features = ["full"] } -env_logger = "0.11.1" +tokio = { version = "1.36.0", features = ["full"] } +env_logger = "0.11.3" log = "0.4" -anyhow = "1.0.79" -crossbeam-channel = "0.5.11" +anyhow = "1.0.81" +crossbeam-channel = "0.5.12" -egui = "0.25.0" -eframe = "0.25.0" +egui = "0.26.2" +eframe = "0.26.2" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } |