On Windows, add drag_resize_window method support (#2966)

This commit is contained in:
Venceslas Duet
2023-07-21 20:01:56 +02:00
committed by GitHub
parent f7a84a5b50
commit c62e64060b
4 changed files with 44 additions and 24 deletions

View File

@@ -24,6 +24,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Web, implement `Window::focus_window()`.
- On Web, remove unnecessary `Window::is_dark_mode()`, which was replaced with `Window::theme()`.
- On Web, add `WindowBuilderExtWebSys::with_append()` to append the canvas element to the web page on creation.
- On Windows, add `drag_resize_window` method support.
# 0.29.0-beta.0