gpui-component/crates/story
Jason Lee 832f8b8f75
svg_img: Refactor SvgImg to avoid assign source image size and fix drop image error. (#821)
## Break Change

- Removed `source` method from `SvgImg`, now need assign source in `new`
method.
- There is no need to give image size, it will read the size from SVG
file.
2025-04-29 19:25:43 +08:00
..
examples input: Add Esc to clean. (#803) 2025-04-20 10:24:47 +08:00
src svg_img: Refactor SvgImg to avoid assign source image size and fix drop image error. (#821) 2025-04-29 19:25:43 +08:00
Cargo.toml gallery: Redesign the gallery. (#797) 2025-04-17 17:12:48 +08:00