From 389caf52b7a247301af71a61cc6a1259147efff3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 11 Feb 2023 10:47:25 +0100 Subject: fix standalone version (and avoid a compiler crash) --- client-native-gui/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client-native-gui') 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" } -- cgit v1.2.3-70-g09d2