chore: Revert "gpui: update dependencies" (#9774)
Reverts zed-industries/zed#9741 /cc @niklaswimmer it looks like that PR change broke our rendering of avatars (as @bennetbo found out) - they have a blue-ish tint now, which I suppose might have to do with change between BGRA and RGBA. I'm gonna revert it for now, let's reopen it though.  Release Notes: - N/A
This commit is contained in:
parent
6776688987
commit
a7047f67fb
8 changed files with 600 additions and 731 deletions
|
@ -286,7 +286,6 @@ impl LinuxTextSystemState {
|
|||
params.glyph_id.0 as u16,
|
||||
(params.font_size * params.scale_factor).into(),
|
||||
(0.0, 0.0),
|
||||
cosmic_text::CacheKeyFlags::empty(),
|
||||
)
|
||||
.0,
|
||||
)
|
||||
|
@ -320,7 +319,6 @@ impl LinuxTextSystemState {
|
|||
params.glyph_id.0 as u16,
|
||||
(params.font_size * params.scale_factor).into(),
|
||||
(0.0, 0.0),
|
||||
cosmic_text::CacheKeyFlags::empty(),
|
||||
)
|
||||
.0,
|
||||
)
|
||||
|
@ -383,7 +381,6 @@ impl LinuxTextSystemState {
|
|||
font_size.0,
|
||||
f32::MAX, // We do our own wrapping
|
||||
cosmic_text::Wrap::None,
|
||||
None,
|
||||
);
|
||||
let mut runs = Vec::new();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue