Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Apr 19, 2024
1 parent 34ad016 commit 8418d45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.0

- Update drm-rs to 0.12
- Update bitflags to v2
- Fix for `Surface::lock_front_buffer` failing on some drivers

## 0.14.2

- buffer objects: Add a method to receive the corresponding devices file descriptor
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "libgbm bindings for rust"
license = "MIT"
documentation = "https://docs.rs/gbm"
repository = "https://github.com/Smithay/gbm.rs"
version = "0.14.2"
version = "0.15.0"
keywords = ["wayland", "gbm", "drm", "bindings"]
categories = ["external-ffi-bindings"]
authors = ["Victoria Brekenfeld <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provided through the `drm-support` feature.
Add to your Cargo.toml

```toml
gbm = "0.14.2"
gbm = "0.15.0"
```

## Example
Expand Down

0 comments on commit 8418d45

Please sign in to comment.