mirror of
https://github.com/danbulant/cushy
synced 2026-07-06 19:50:40 +00:00
Updated changelog
This commit is contained in:
parent
46c4eb9ed8
commit
da6440a9a6
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
|
- `wgpu` has been updated to `0.20`.
|
||||||
|
- `winit` has been updated to `0.30`.
|
||||||
- All context types no longer accept a `'window` lifetime. For most end-user
|
- All context types no longer accept a `'window` lifetime. For most end-user
|
||||||
code, it means removing one elided lifetime from these types:
|
code, it means removing one elided lifetime from these types:
|
||||||
- `WidgetContext`
|
- `WidgetContext`
|
||||||
|
|
@ -61,6 +63,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- `GraphicsContext::set_font_family()`
|
- `GraphicsContext::set_font_family()`
|
||||||
- `GraphicsContext::find_available_font_family()`
|
- `GraphicsContext::find_available_font_family()`
|
||||||
- `GraphicsContext::set_available_font_family()`
|
- `GraphicsContext::set_available_font_family()`
|
||||||
|
- `Open::open` now require exclusive references to the application.
|
||||||
|
- `PlatformWindowImplementation::set_cursor_icon` and
|
||||||
|
`PlatformWindow::set_cursor_icon` have been renamed to `set_cursor` and accept
|
||||||
|
`winit` 0.30's new `Cursor` type.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue