This website requires JavaScript.
Explore
Help
Sign In
migrations
/
egui
Watch
1
Star
0
Fork
0
You've already forked egui
mirror of
https://github.com/emilk/egui.git
synced
2026-08-30 13:20:05 -04:00
Code
Activity
Files
f3611e3e5a448ba8a96cb880ea3a29245bb3a2d2
egui
/
crates
/
egui_kittest
/
src
History
Emil Ernerfeldt
f9245954eb
Enable more clippy lints (
#6853
)
...
* Follows
https://github.com/emilk/egui/pull/6848
2025-04-24 17:32:50 +02:00
..
app_kind.rs
Fix some clippy issues found by 1.84.0 (
#5603
)
2025-01-13 08:29:13 +01:00
builder.rs
Wgpu resources are no longer wrapped in
Arc
(since they are now
Clone
) (
#5612
)
2025-01-20 18:06:35 +01:00
event.rs
Run a frame per queued event in egui_kittest (
#5704
)
2025-02-12 14:20:50 +01:00
lib.rs
Add tests for layout and visuals of most egui widgets (
#6752
)
2025-04-16 18:58:58 +02:00
renderer.rs
Wgpu resources are no longer wrapped in
Arc
(since they are now
Clone
) (
#5612
)
2025-01-20 18:06:35 +01:00
snapshot.rs
Enable more clippy lints (
#6853
)
2025-04-24 17:32:50 +02:00
texture_to_image.rs
Upgrade to wgpu 24 (
#5610
)
2025-01-16 17:00:29 +01:00
wgpu.rs
Extend
WgpuSetup
,
egui_kittest
now prefers software rasterizers for testing (
#5506
)
2025-01-08 14:24:58 +01:00