Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

18
vendor/cursor-icon/CHANGELOG.md vendored Normal file
View File

@@ -0,0 +1,18 @@
# Changelog
All notable changes to cursor-icon are documented in this file.
The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` and `Removed`.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
## 1.2.0
- Implement `Hash` for `ParseError`.
- Add `CursorIcon::DndAsk` and `CursorIcon::AllResize` from the wayland-protocols version 1.42.
## 1.1.0
- Bump MSRV from `1.64` to `1.65`.
- Add access to alternative names for cursor icons through the `CursorIcon::alt_names` method.