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

Commit

Permalink
Update to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SnirkImmington committed May 12, 2016
1 parent c172a90 commit efeb7d6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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.3.2"
version = "0.4.0"
repository = "https://github.com/Immington-Industries/rust-wlc/"
keywords = ["wlc", "Wayland", "compositor", "bindings"]
readme = "README.md"
Expand Down
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-v0.2.1-orange.svg)](https://crates.io/crate/rustwlc)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.4.0-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
12 changes: 6 additions & 6 deletions example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.2.0"
authors = ["snirk <[email protected]>"]

[dependencies]
lazy_static = "0.1.15"
lazy_static = "0.1.*"

[dependencies.rustwlc]
path = "../"
1 change: 0 additions & 1 deletion example/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ extern crate lazy_static;
extern crate rustwlc;

use rustwlc::*;
use rustwlc::handle::{WlcView, WlcOutput};
use rustwlc::xkb::keysyms;

use std::cmp;
Expand Down

0 comments on commit efeb7d6

Please sign in to comment.