mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Fix HTTP web demo (#3407)
* Revert ttf-parser from 0.19.2 to 0.19.1 0.19.2's doesn't work with wasm in debug builds * Update to poll-promise 0.3.0 * Publish new web demo * Fix typo in changelog * Explain why image_viewer is not part of the official web demo app * Fix typos * Make rfd native-only dependency
This commit is contained in:
@@ -160,7 +160,7 @@ def main() -> None:
|
||||
title = pr_info.pr_title if pr_info else title
|
||||
labels = pr_info.labels if pr_info else []
|
||||
|
||||
if 'exclude from changlog' in labels:
|
||||
if 'exclude from changelog' in labels:
|
||||
continue
|
||||
if 'typo' in labels:
|
||||
# We get so many typo PRs. Let's not flood the changelog with them.
|
||||
|
||||
Reference in New Issue
Block a user