egui/crates
zeozeozeo 3361d399fb
derive serde Serialize and Deserialize on `KeyboardShortcut` (#3694)
<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to add commits to your PR.
* Remember to run `cargo fmt` and `cargo cranky`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review your PR, but my time is limited!
-->

This is a very simple change so you don't have to do this:
https://github.com/zeozeozeo/egui-keybind/blob/master/src/bind.rs#L149-L172
2023-12-18 09:48:16 +01:00
..
ecolor Release 0.24.1 - Bug fixes 2023-11-30 17:46:25 +01:00
eframe Simplify `egui_winit::State` (#3678) 2023-12-05 11:45:25 +01:00
egui derive serde Serialize and Deserialize on `KeyboardShortcut` (#3694) 2023-12-18 09:48:16 +01:00
egui-wgpu Log all available wgpu adapters during startup (#3671) 2023-12-04 15:59:13 +01:00
egui-winit Simplify `egui_winit::State` (#3678) 2023-12-05 11:45:25 +01:00
egui_demo_app Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
egui_demo_lib Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
egui_extras Remove deprecated functions (#3692) 2023-12-08 11:02:57 +01:00
egui_glow Remove deprecated functions (#3692) 2023-12-08 11:02:57 +01:00
egui_plot Remove deprecated functions (#3692) 2023-12-08 11:02:57 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Remove deprecated functions (#3692) 2023-12-08 11:02:57 +01:00
epaint Update dependencies (#3700) 2023-12-12 12:59:40 +01:00