diff options
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r-- | client-native-gui/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index 49e5c53..a93c0e6 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keks-meet" -version = "0.1.0" +version = "0.2.3" edition = "2021" [dependencies] @@ -18,4 +18,3 @@ egui = "0.23.0" eframe = "0.23.0" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } - |