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
/
examples
/
integration_wgpu
/
src
/
main.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-21
Use `find(..)` instead of `filter(..).next()`
Héctor Ramón Jiménez
1
-2
/
+1
2023-04-21
Use point-free notation
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-20
wgpu 0.16
David Huculak
1
-2
/
+1
2023-04-13
Fix Wasm target for `integration_wgpu`
Héctor Ramón Jiménez
1
-1
/
+2
2023-04-13
Get surface capabilities only once in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+4
2023-04-13
Update `wgpu` to `0.15`
Elham Aryanpur
1
-14
/
+23
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
1
-289
/
+0
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-1
/
+1
2023-01-09
add `window::Id` to `Event` and `Action`
Richard
1
-2
/
+3
2023-01-09
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
1
-7
/
+0
2023-01-09
Initial profiling support for Iced.
Bingus
1
-0
/
+7
2022-11-01
Remove inconsistent `wgpu` imports
Héctor Ramón Jiménez
1
-3
/
+2
2022-11-01
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
1
-0
/
+3
2022-09-26
Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`
nlevy
1
-6
/
+6
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-5
/
+5
2022-07-08
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
1
-1
/
+5
2022-07-03
Use `expect` in `integration_wgpu` example
Héctor Ramón Jiménez
1
-1
/
+5
2022-07-02
update `wgpu` to `0.13`
Cupnfish
1
-13
/
+5
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
1
-26
/
+68
2021-11-05
Rename `Renderer::present` to `with_primitives`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Rewrite cursor icon logic for `integration_wgpu` example
Héctor Ramón Jiménez
1
-5
/
+5
2021-10-18
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
1
-1
/
+0
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-14
/
+16
2021-10-13
Update wgpu to 0.11
Poly
1
-2
/
+4
2021-08-19
wgpu: Update to 0.10
Poly
1
-16
/
+18
2021-08-13
Rename `integration` examples
Héctor Ramón Jiménez
1
-0
/
+0
2021-08-04
Fix typo in `integration` example
Héctor Ramón Jiménez
1
-1
/
+1
2021-08-03
wgpu: Use the preferred texture format of the surface
Tilmann Meyer
1
-16
/
+19
2021-07-22
add custom error for Compositor::draw()
Billy Messenger
1
-2
/
+4
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-2
/
+3
2021-02-03
[wgpu 0.7] Update integration example
Poly
1
-4
/
+4
2020-12-16
don't panic when swapchain frame is outdated
Billy Messenger
1
-44
/
+53
2020-08-27
Update `wgpu` in `integration` example
Héctor Ramón Jiménez
1
-18
/
+36
2020-06-23
Decouple `cursor_position` from `Cache`
Héctor Ramón Jiménez
1
-3
/
+12
2020-06-09
Request a redraw only on relevant events
Héctor Ramón Jiménez
1
-9
/
+12
2020-06-05
Clear frames explicitly in `integration` example
Héctor Ramón Jiménez
1
-28
/
+10
2020-06-03
Add a comment of how to clear the display to `integration` example
hatoo
1
-0
/
+23
2020-06-02
Attempt to appease rustfmt
Cedric Hutchings
1
-1
/
+1
2020-06-02
Prevent gratuitous resizing in integration example
Cedric Hutchings
1
-0
/
+2
2020-05-21
Simplify `integration` example with `Program`
Héctor Ramón Jiménez
1
-72
/
+28
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
1
-22
/
+35
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-3
/
+4
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-6
/
+8
2020-04-29
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-07
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
1
-15
/
+26
2020-03-27
Convert `WindowEvent` from a reference in `iced_winit`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-09
Update `winit` to `0.22`
Héctor Ramón Jiménez
1
-7
/
+5
2020-02-24
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
1
-1
/
+3
2020-02-09
Add `integration` example
Héctor Ramón Jiménez
1
-0
/
+204
[next]