1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Update a lot of dependencies (#8252)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Emil Ernerfeldt
2026-06-23 05:20:06 +02:00
committed by GitHub
parent f209b9aea0
commit 0fce065f85
5 changed files with 294 additions and 202 deletions

View File

@@ -6,7 +6,7 @@ use egui::epaint::TextShape;
use egui::load::SizedTexture;
use egui::{Button, Id, RichText, TextureId, Ui, UiBuilder, Vec2};
use egui_demo_lib::LOREM_IPSUM_LONG;
use rand::Rng as _;
use rand::RngExt as _;
#[global_allocator]
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc; // Much faster allocator

View File

@@ -31,7 +31,7 @@ plugin = ["png", "dep:log"]
[dependencies]
egui = { workspace = true, features = ["serde"] }
serde.workspace = true
serde_bytes = "0.11.17"
serde_bytes.workspace = true
rmp-serde.workspace = true
image = { workspace = true, optional = true }