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:
@@ -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
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user