egui/crates
rustbasic 47c0aeb7b9
Add `Label::halign` (#4975)
Function to specify `Align` to `Label`

There are cases where you want to display `Label` on the left or right
regardless of other `Layout` specifications.

Before : Note the part showing the rust source code.

![20240818-1](https://github.com/user-attachments/assets/a08f7594-1ec1-4c6a-b96d-1a5f735d02c1)

After : Note the part showing the rust source code.

![20240818-2](https://github.com/user-attachments/assets/807ff9cf-f8cd-4415-9c78-b62869d1696d)

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2024-08-26 15:38:00 +02:00
..
ecolor Remove some debug asserts (#4826) 2024-07-15 11:20:22 +02:00
eframe Fix eframe centering on multiple monitor systems (#4919) 2024-08-26 15:36:30 +02:00
egui Add `Label::halign` (#4975) 2024-08-26 15:38:00 +02:00
egui-wgpu Update to wgpu 22.1 (#4964) 2024-08-16 13:29:40 +02:00
egui-winit Fix CI (#5005) 2024-08-26 15:35:44 +02:00
egui_demo_app Update `web-sys` & `wasm-bindgen` (#4980) 2024-08-26 11:38:30 +02:00
egui_demo_lib Create a `UiBuilder` for building `Ui`s (#4969) 2024-08-26 08:51:18 +02:00
egui_extras `egui_extras`: Fix file mime from path (wrong feature name) (#4933) 2024-08-26 11:24:08 +02:00
egui_glow Unpin & upgrade winit to 0.30.5 (#4939) 2024-08-09 09:15:14 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add `Rect::scale_from_center` (#4673) 2024-07-15 19:54:35 +02:00
epaint Deprecate `ahash` re-exports (#4979) 2024-08-26 10:41:16 +02:00
epaint_default_fonts Move default fonts to new crate `epaint_default_fonts` (#4853) 2024-07-31 09:50:02 +02:00