Release 0.3.0 and move to GitHub
This commit is contained in:
parent
4c6e8e8618
commit
7a175cefbb
2 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
[package]
|
||||
name = "xcb-wm"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
authors = [ "Armin Friedl <dev@friedl.net>" ]
|
||||
description = "Rust implementation of xcb-wm - icccm and ewmh extensions for xcb"
|
||||
readme = "README.md"
|
||||
keywords = ["icccm", "ewmh", "xcb", "window", "x11"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
repository = "https://git.friedl.net/incubator/xcb-wm"
|
||||
homepage = "https://git.friedl.net/incubator/xcb-wm"
|
||||
repository = "https://github.com/arminfriedl/xcb-wm"
|
||||
homepage = "https://github.com/arminfriedl/xcb-wm"
|
||||
|
||||
[dependencies]
|
||||
xcb = "1"
|
||||
|
|
|
@ -19,7 +19,7 @@ Add this to your Cargo.toml:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
xcb-wm = "0.2.0"
|
||||
xcb-wm = "0.3.0"
|
||||
```
|
||||
|
||||
Each request is either a `Get*`, a `Set*` or a `Send*` struct. `Get*` structs
|
||||
|
|
Loading…
Reference in a new issue