egui/crates
PingPongun 963be247f2
Update resvg dependency of egui_extras (#3719)
Update `resvg` from v0.28 to v0.37. 
Remove related, unnecessary entries from `deny.toml`.

⚠ In example `images` ferris is scaled differently, but I guess that now
it scales in expected way (takes all available space; before this PR it
takes up to space that, was available at first render- it does not
upscale).

This PR is minimal adaptation to new `resvg` api and small related
simplification, however it should be considered to update loaders
(currently if svg image initially was small and was scaled up it will be
blurred, see https://github.com/emilk/egui/issues/3501). As svg image
now scales over render size, problem will be more often seen now.

(currently `SvgLoader` theoretically should rerender for different sizes
(but I guess it will result in memory leak in that case), but refreshing
is stopped earlier in `DefaultTextureLoader`).

I have initial version of loaders update, that will fix issue with svg
scaling (and also enable e.g. reloading image if file has been changed),
I will submit these changes in separate PR once this one is merged.

Closes <https://github.com/emilk/egui/issues/3652>.
2023-12-20 08:09:03 +01:00
..
ecolor Release 0.24.1 - Bug fixes 2023-11-30 17:46:25 +01:00
eframe `eframe`: If both `glow` and `wgpu` features are enabled, default to `wgpu` (#3717) 2023-12-19 09:51:05 +01:00
egui Update resvg dependency of egui_extras (#3719) 2023-12-20 08:09:03 +01:00
egui-wgpu Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
egui-winit Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
egui_demo_app Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
egui_demo_lib Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
egui_extras Update resvg dependency of egui_extras (#3719) 2023-12-20 08:09:03 +01:00
egui_glow Update to glow 0.13 (#3715) 2023-12-18 15:15:20 +01:00
egui_plot Fix plot auto-bounds unset by default (#3722) 2023-12-19 17:58:59 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add a bunch of `#[inline]` 2023-12-18 17:28:47 +01:00
epaint Update dependencies (#3700) 2023-12-12 12:59:40 +01:00