diff options
Diffstat (limited to 'client-native-gui/Cargo.toml')
-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 767433c..6d76e15 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -14,8 +14,8 @@ log = "0.4" anyhow = "1.0.69" crossbeam-channel = "0.5.6" -egui = "0.20.1" -eframe = "0.20.1" +egui = "0.21.0" +eframe = "0.21.0" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } |