mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Generate changelogs for emath (#7513)
Sometimes there are changes that only affect emath, so those should be listed somewhere
This commit is contained in:
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
@@ -30,4 +30,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
mode: minimum
|
mode: minimum
|
||||||
count: 1
|
count: 1
|
||||||
labels: "CI, dependencies, docs and examples, ecolor, eframe, egui_extras, egui_glow, egui_kittest, egui-wgpu, egui-winit, egui, epaint, epaint_default_fonts, exclude from changelog, typo"
|
labels: "CI, dependencies, docs and examples, ecolor, eframe, egui_extras, egui_glow, egui_kittest, egui-wgpu, egui-winit, egui, emath, epaint, epaint_default_fonts, exclude from changelog, typo"
|
||||||
|
|||||||
@@ -272,6 +272,7 @@ def main() -> None:
|
|||||||
"egui-wgpu",
|
"egui-wgpu",
|
||||||
"egui-winit",
|
"egui-winit",
|
||||||
"egui",
|
"egui",
|
||||||
|
"emath",
|
||||||
"epaint",
|
"epaint",
|
||||||
"epaint_default_fonts",
|
"epaint_default_fonts",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user