egui/crates
YgorSouza 3e37e9dfc7
Update hyperlink doc (#3561)
<!--
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!
-->

Closes <https://github.com/emilk/egui/issues/3474>.
2023-11-18 17:13:03 +01:00
..
ecolor Add `#[inline]` to all color-related function 2023-10-07 18:11:16 +02:00
eframe Update hyperlink doc (#3561) 2023-11-18 17:13:03 +01:00
egui Update hyperlink doc (#3561) 2023-11-18 17:13:03 +01:00
egui-wgpu Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00
egui-winit Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00
egui_demo_app Add `emath::Vec2b`, replacing `egui_plot::AxisBools` (#3543) 2023-11-11 21:31:36 +01:00
egui_demo_lib Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00
egui_extras Fix clippy issues from 1.74 (#3558) 2023-11-16 15:50:44 +01:00
egui_glow Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00
egui_plot Add `#[inline]` to all builder-pattern functions (#3557) 2023-11-16 13:50:05 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Update hyperlink doc (#3561) 2023-11-18 17:13:03 +01:00
epaint Fix clippy issues from 1.74 (#3558) 2023-11-16 15:50:44 +01:00