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

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Feb 4, 2017
1 parent 4e20c2f commit 233036d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.1.0
## 0.1.0

- Pre Release
Pre release version(s)

## 1.0.0

Initial release

- fixed travis
- upload to cargo
- fixed rare crash with special mices (mostly gaming)
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 = "0.1.0"
version = "1.0.0"
authors = ["Victor Brekenfeld (Drakulix) <github@drakulix.de>"]
description = "Safe Bindings for Cloudef's wlc (Wayland Compositor C-Library)"
documentation = "https://drakulix.github.io/wlc"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
keywords = ["wayland", "compositor", "bindings"]
categories = ["external-ffi-bindings", "gui"]
license = "MIT"
exclude = [".travis.yml", ".rustfmt.toml"]
exclude = [".travis.yml", ".rustfmt.toml", "vagga.yaml"]

[badges]
travis-ci = { repository = "Drakulix/wlc" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ wlc = "0.1"

For stable
```
wlc = { version = "0.1", features = "unsafe-stable" }
wlc = { version = "1.0", features = "unsafe-stable" }
```

For static compilation (combination is possible)
```
wlc = { version = "0.1", features = "static" }
wlc = { version = "1.0", features = "static" }
```
See [wlc](https://github.com/Cloudef/wlc) for build dependencies, when doing a static build.

Expand Down

0 comments on commit 233036d

Please sign in to comment.