From e9286979829c8eddcecc9b6c38fb1e61420b6131 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Fri, 7 Mar 2025 04:14:21 -0800 Subject: [PATCH] Add epaint_default_fonts to egui Dependabot group (#35823) Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com> --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd6297f182a..fb9a254a730 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,7 @@ updates: - "egui_glow" - "emath" - "epaint" + - "epaint_default_fonts" napi-ohos-related: patterns: - "napi-ohos*"