Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Update wlc-sys - 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Feb 21, 2017
1 parent 88791f3 commit 5b05e45
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ Initial release
- fixed travis
- upload to cargo
- fixed rare crash with special mices (mostly gaming)

## 1.0.2

- Bugfix for `pixels_read`

## 2.0.0

- Update wayland dependencies

## 2.0.1

- Update wlc-sys dependency
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wlc"
version = "2.0.0"
version = "2.0.1"
authors = ["Drakulix <github@drakulix.de>"]
description = "Safe Bindings for Cloudef's wlc (Wayland Compositor C-Library)"
documentation = "https://drakulix.github.io/wlc.rs"
Expand All @@ -15,7 +15,7 @@ exclude = [".travis.yml", ".rustfmt.toml", "vagga.yaml"]
travis-ci = { repository = "Drakulix/wlc.rs" }

[dependencies]
wlc-sys = { path = "wlc-sys", version = "0.0.7" }
wlc-sys = { path = "wlc-sys", version = "0.0.8" }
lazy_static = "0.2"
bitflags = "0.8"
num-traits = "^0.1.35"
Expand Down
2 changes: 1 addition & 1 deletion wlc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wlc-sys"
version = "0.0.7"
version = "0.0.8"
authors = ["Victor Brekenfeld (Drakulix) <github@drakulix.de>"]
build = "build.rs"
description = "Bindgen generated low-level wlc wrapper"
Expand Down
2 changes: 1 addition & 1 deletion wlc-sys/wlc

0 comments on commit 5b05e45

Please sign in to comment.