update all deps
This commit is contained in:
@@ -5,10 +5,10 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
cosmic-text = "0.14.2"
|
||||
cosmic-text = "0.15.0"
|
||||
etagere = "0.2.15"
|
||||
glam = { workspace = true }
|
||||
image = { version = "0.25.8", default-features = false, features = [
|
||||
image = { version = "0.25.9", default-features = false, features = [
|
||||
"gif",
|
||||
"jpeg",
|
||||
"png",
|
||||
@@ -16,17 +16,17 @@ image = { version = "0.25.8", default-features = false, features = [
|
||||
"webp",
|
||||
] }
|
||||
log = { workspace = true }
|
||||
lru = "0.16.1"
|
||||
lru = "0.16.2"
|
||||
ouroboros = "0.18.5"
|
||||
parking_lot = "0.12.4"
|
||||
parking_lot = "0.12.5"
|
||||
regex = { workspace = true }
|
||||
resvg = { version = "0.45.1", default-features = false }
|
||||
roxmltree = "0.20.0"
|
||||
roxmltree = "0.21.1"
|
||||
rustc-hash = "2.1.1"
|
||||
serde_json = "1.0.145"
|
||||
slotmap = { workspace = true }
|
||||
smallvec = "1.15.1"
|
||||
taffy = "0.9.1"
|
||||
taffy = "0.9.2"
|
||||
vulkano = { workspace = true }
|
||||
vulkano-shaders = { workspace = true }
|
||||
rust-embed = { workspace = true }
|
||||
|
||||
@@ -8,8 +8,8 @@ use crate::{
|
||||
globals::Globals,
|
||||
layout::WidgetID,
|
||||
renderer_vk::text::{
|
||||
custom_glyph::{CustomGlyph, CustomGlyphData},
|
||||
DEFAULT_METRICS,
|
||||
custom_glyph::{CustomGlyph, CustomGlyphData},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -73,7 +73,7 @@ impl WidgetObj for WidgetSprite {
|
||||
let attrs = Attrs::new().color(Color::rgb(255, 0, 255)).weight(Weight::BOLD);
|
||||
|
||||
// set text last in order to avoid expensive re-shaping
|
||||
buffer.set_text("Error", &attrs, Shaping::Basic);
|
||||
buffer.set_text("Error", &attrs, Shaping::Basic, None);
|
||||
}
|
||||
|
||||
state.primitives.push(drawing::RenderPrimitive::Text(
|
||||
|
||||
Reference in New Issue
Block a user