Skip to content

Commit a2e5f0f

Browse files
committed
bump version
1 parent f659ec5 commit a2e5f0f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = ["repak", "repak-gui", "repak_cli","simd_str_cmp"]
66
repository = "https://github.com/natimerry/repak-rivals"
77
authors = ["spuds", "trumank","natimerry"]
88
license = "MIT OR Apache-2.0"
9-
version = "2.5.6"
9+
version = "2.5.7"
1010
edition = "2021"
1111
keywords = ["marvel-rivals","unreal-engine", "pak", "unrealpak"]
1212

repak-gui/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ use std::sync::Arc;
2323

2424
use crate::main_ui::RepakModManager;
2525

26+
#[cfg(target_os=windws)]
27+
use {rfd::MessageButtons, std::panic::PanicHookInfo};
28+
2629
const ICON: LazyCell<Arc<IconData>> = LazyCell::new(|| {
2730
let d = eframe::icon_data::from_png_bytes(include_bytes!(
2831
"../../repak-gui/icons/RepakLogoNonCurveFadedRed-modified.png"

0 commit comments

Comments
 (0)