Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Hotifx 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SnirkImmington committed Aug 21, 2016
1 parent c58aef6 commit 8a47ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustwlc"
description = "wlc Wayland library bindings for Rust"
version = "0.5.0"
version = "0.5.1"
repository = "https://github.com/Immington-Industries/rust-wlc/"
keywords = ["wlc", "Wayland", "compositor", "bindings"]
readme = "README.md"
Expand All @@ -12,9 +12,9 @@ authors = ["Snirk Immington <[email protected]>", "Timidger <apragmaticp
wlc-wayland = ["wayland-sys"]

[dependencies]
libc = "0.2.*"
bitflags = "0.7.*"
libc = "0.2"
bitflags = "0.7"
wayland-sys = { version = "^0.6.0", optional = true, features = ["server"] }

[dev-dependencies]
lazy_static = "0.2.*"
lazy_static = "0.2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rust-wlc

[![Join the chat at https://gitter.im/Immington-Industries/rust-wlc](https://badges.gitter.im/Immington-Industries/rust-wlc.svg)](https://gitter.im/Immington-Industries/rust-wlc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Crates.io](https://img.shields.io/badge/crates.io-v05.0-orange.svg)](https://crates.io/crate/rustwlc)
[![Crates.io](https://img.shields.io/badge/crates.io-v05.1-orange.svg)](https://crates.io/crate/rustwlc)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Immington-Industries/rust-wlc/)

Rust bindings for [wlc](https://github.com/Cloudef/wlc), the Wayland compositor library.
Expand Down

0 comments on commit 8a47ebe

Please sign in to comment.