index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Cargo.toml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-27
Implement AI `gallery` example :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-27
Draft basic `Animation` API in `iced_core`
Héctor Ramón Jiménez
1
-0
/
+1
2025-01-27
Bump MSRV to `1.82`
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-20
Update our `winit` fork with `0.30.8` fixes
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-14
Bump image from `0.24` to `0.25`
Jos Ahrens
1
-1
/
+1
2025-01-09
`dark-light`: 1 -> 2 (in root Cargo.toml)
Ricardo Fernández Serrata
1
-1
/
+1
2025-01-06
chore: remove once_cell dependency
Tommy Volk
1
-1
/
+0
2024-12-17
Bump MSRV to `1.81`
Héctor Ramón Jiménez
1
-1
/
+1
2024-12-12
Embed and use Fira Sans as default font when testing
Héctor Ramón Jiménez
1
-3
/
+3
2024-12-10
Decouple `iced_test` from `iced` crate
Héctor Ramón Jiménez
1
-1
/
+0
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
1
-0
/
+2
2024-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
1
-0
/
+3
2024-11-05
Replace `reactive-rendering` feature with `unconditional-rendering`
Héctor Ramón Jiménez
1
-3
/
+3
2024-11-05
Draft `reactive-rendering` feature for `button`
Héctor Ramón Jiménez
1
-13
/
+13
2024-11-05
Update `wgpu` to `23.0`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-20
Introduce `strict-assertions` feature flag
Héctor Ramón Jiménez
1
-0
/
+2
2024-09-20
Update `wgpu` to `22.0`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-20
Update `wgpu` to `0.20.1`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-19
Bump version to `0.14.0-dev` :tada:
Héctor Ramón Jiménez
1
-12
/
+12
2024-09-19
Bump version to `0.13.1` :tada:
Héctor Ramón Jiménez
1
-12
/
+12
2024-09-18
Bump MSRV to `1.80`
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-18
Bump MSRV to `1.77`
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-18
Remove trailing `0` in `rust-version`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
1
-12
/
+12
2024-09-14
Add to workspaces.
David Campbell
1
-0
/
+1
2024-09-14
Add rust-version.
David Campbell
1
-0
/
+1
2024-09-02
Introduce `image-without-codecs` feature flag
Héctor Ramón Jiménez
1
-2
/
+4
2024-08-04
update version of "web-sys" to 0.3.69
Cho Yunjin
1
-1
/
+1
2024-07-26
Fix lints for Rust 1.80
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-21
Use `url` for `markdown` links
Héctor Ramón Jiménez
1
-0
/
+1
2024-07-18
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
1
-1
/
+4
2024-07-17
Update `cosmic-text` and `resvg` (#2416)
Héctor Ramón
1
-4
/
+4
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-10
Update `winit` to `0.30.1`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-08
Update `glyphon` fork to a cleaner branch
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-08
Reuse `glyphon::Viewport` explicitly
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-08
Reuse `glyphon::Pipeline` state in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
1
-2
/
+2
2024-05-01
Use `Bytes` as the `Container` of `ImageBuffer`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-01
Utilize bytes::Bytes for images
Bajix
1
-0
/
+1
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-7
/
+35
2024-04-07
Add a simple `wgpu` benchmark using `criterion`
Héctor Ramón Jiménez
1
-0
/
+9
2024-04-07
Add a simple `wgpu` benchmark using `criterion`
Héctor Ramón Jiménez
1
-0
/
+9
2024-03-30
Update `glyphon` for instanced rendering
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-30
Replace `xxhash-rust` with `rustc-hash`
Héctor Ramón Jiménez
1
-1
/
+0
2024-03-30
Update `glyphon` with more performance improvements
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-29
Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-26
Propagate `advanced` feature to `iced_core`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-24
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-1
/
+3
[next]