Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Nov 14, 2023
1 parent 5fe7c49 commit ea571a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.14.0
- Update to drm-rs 0.11
- Use `BorrowedFd` instead of `RawFd` in API
- Don't require generated bindings for specific OS/architecture to build
- Fix build without default features

## 0.13.0

- Update to drm-rs 0.10
Expand Down
4 changes: 2 additions & 2 deletions 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.13.0"
version = "0.14.0"
keywords = ["wayland", "gbm", "drm", "bindings"]
categories = ["external-ffi-bindings"]
authors = ["Victoria Brekenfeld <[email protected]>"]
Expand All @@ -17,7 +17,7 @@ bitflags = "1.2"
drm-fourcc = "2.2"

[dependencies.gbm-sys]
version = "0.2.2"
version = "0.3.0"
path = "./gbm-sys"

[dependencies.drm]
Expand Down
2 changes: 1 addition & 1 deletion gbm-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gbm-sys"
version = "0.2.2"
version = "0.3.0"
authors = ["Drakulix (Victor Brekenfeld)"]
build = "build.rs"
description = "Bindgen generated unsafe libgbm wrapper"
Expand Down

0 comments on commit ea571a2

Please sign in to comment.