egui/crates
bu5hm4nn 4875b01de3
`TextEdit`: Change `margin` property to `egui::Margin` type (#3993)
Despite their being an actual `egui::Margin` struct, Textedit has a
`margin()` builder function that supports only `Vec2` types and thereby
only symmetric margins. This PR changes the function to accept
`egui::Margin` type instead making it more congruent with overall egui
logic as well as supporting asymmetric margins.

P.S: I tried to run all checks but I had to modify `./rust-toolchain` to
1.67.0 to get the checks to run on macOS.

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2024-02-13 10:44:55 +01:00
..
ecolor Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
eframe Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui `TextEdit`: Change `margin` property to `egui::Margin` type (#3993) 2024-02-13 10:44:55 +01:00
egui-wgpu Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui-winit Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps (#4036) 2024-02-13 10:32:18 +01:00
egui_demo_app Make `egui_wgpu::renderer` a private module (#3979) 2024-02-05 15:12:59 +01:00
egui_demo_lib Fix: `Response.interact_pointer_pos` is `Some` on click and drag released (#4014) 2024-02-10 11:21:57 +01:00
egui_extras Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui_glow Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps (#4036) 2024-02-13 10:32:18 +01:00
egui_plot Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use more workspace dependencies (#3975) 2024-02-05 12:43:58 +01:00
epaint Release 0.26.1 - Bug Fixes 2024-02-11 09:03:09 +01:00