diff --git a/crates/rpack_egui/Cargo.toml b/crates/rpack_egui/Cargo.toml index 2587181..230059f 100644 --- a/crates/rpack_egui/Cargo.toml +++ b/crates/rpack_egui/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" texture_packer = { version = "0.29", features = ["common"] } image = { version = "0.25", features = ["jpeg", "png"] } -egui_extras = { version = "*", features = ["all_loaders"] } +egui_extras = { version = "0.30", features = ["all_loaders"] } rfd = { version = "0.15", features = [] } wasm-bindgen-futures = "0.4" anyhow = "1"