File: CHANGELOG.md

package info (click to toggle)
rust-wayland-cursor 0.31.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (27 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# CHANGELOG: wayland-cursor

## Unreleased

## 0.31.3 -- 2024-05-30

#### Bugfixes
- Add `Send + Sync` bounds to fallback callback

## 0.31.2 -- 2024-05-30

### Additions
- Add `set_fallback` method

## 0.31.1 -- 2024-01-29

- Dropped `nix` dependency in favor or `rustix`

## 0.31.0 -- 2023-09-02

- Update to wayland-client 0.31

## 0.30.0 -- 27/12/2022

## 0.30.0-alpha1

Rework of the crate as a consequence of the rework of `wayland-client`.