You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
- Added `Buffer::pixels_iter()` for iterating over each pixel with its associated `x`/`y` coordinate.
6
6
-**Breaking:** Removed generic type parameters `D` and `W` from `Buffer<'_>` struct.
7
7
-**Breaking:** Removed `Deref[Mut]` implementation on `Buffer<'_>`. Use `Buffer::pixels()` instead.
8
+
-**Breaking:** Add `Pixel` struct, and use that for pixels instead of `u32`.
8
9
-**Breaking:** Removed unintentional Cargo features for Softbuffer's optional dependencies.
9
10
-**Breaking:** Disable the DRM/KMS backend by default.
10
11
-**Breaking:** Removed `DamageOutOfRange` error case. If the damage value is greater than the backend supports, it is instead clamped to an appropriate value.
0 commit comments