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
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
2024-03-20
Introduce `auto-detect-theme` feature
Héctor Ramón Jiménez
1
-1
/
+5
2024-03-19
Update `winit` fork
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-5
/
+0
2024-02-24
Bump versions :tada:
Héctor Ramón Jiménez
1
-13
/
+13
2024-02-21
Bump versions to `0.12.1`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-20
Embed Fira Sans font on Wasm builds by default
Héctor Ramón Jiménez
1
-1
/
+3
2024-02-13
Introduce `Kind` in `core::clipboard`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-09
Update some dependencies
Wyatt Herkamp
1
-6
/
+6
2024-02-07
Pin `web-sys` dependency to `0.3.67` for now
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-18
Remove patch version from `softbuffer`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-18
Remove `winit` dependency from `iced` root crate
Héctor Ramón Jiménez
1
-2
/
+0
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-7
/
+3
2024-01-16
WIP raw-window-handle 0.6
Ian Douglas Scott
1
-6
/
+12
2024-01-17
Update to `softbuffer` 0.3, tracking up to `age` sets of primitives
Ian Douglas Scott
1
-1
/
+1
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-0
/
+1
2024-01-16
Update `winit` fork to `0.29.10`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-15
Update `glyphon` to `0.4`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-04
Update `winit` fork to `0.29.8`
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-15
Enable `rwh_06` feature for `winit` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-2
/
+2
2023-11-29
Move `multi-window` feature before the `advanced` one
Héctor Ramón Jiménez
1
-2
/
+2
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-1
/
+1
2023-11-11
Call `convert_text` on `svg` node before rendering
Héctor Ramón Jiménez
1
-2
/
+2
2023-11-11
Remove unnecessary `default-features` attribute from `xxhash-rust` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-11
Remove patch version from `xxhash-rust` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-11
Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.
dtzxporter
1
-1
/
+1
2023-10-27
Use upstream repository for `glyphon` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2023-10-27
Update `wgpu` to `0.18` and `cosmic-text` to `0.10`
Héctor Ramón Jiménez
1
-3
/
+3
2023-09-22
Remove `patch.crates-io` section for `cosmic-text` in `Cargo.toml`
Héctor Ramón Jiménez
1
-6
/
+2
2023-09-21
Remove `rangemap` patch in `Cargo.toml`
Héctor Ramón Jiménez
1
-4
/
+0
2023-09-19
Introduce new `iced_highlighter` subcrate
Héctor Ramón Jiménez
1
-1
/
+9
2023-09-18
Use `Font::MONOSPACE` in `editor` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-17
Avoid adding unnecessary spans when syntax highlighting
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-17
Implement syntax highlighting cache in `editor` example
Héctor Ramón Jiménez
1
-0
/
+4
2023-09-16
Use fork of `cosmic-text` with some minor fixes
Héctor Ramón Jiménez
1
-0
/
+4
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-36
/
+99
2023-09-04
Enable WebGPU backend in `wgpu` by default instead of WebGL
Héctor Ramón Jiménez
1
-0
/
+2
2023-07-28
Enable all features in `docs.rs`
Héctor Ramón Jiménez
1
-1
/
+1
[prev]
[next]