Release 0.3.0 and move to GitHub

This commit is contained in:
Armin Friedl 2022-06-03 11:51:34 +02:00
parent 4c6e8e8618
commit 7a175cefbb
2 changed files with 4 additions and 4 deletions

View file

@ -1,14 +1,14 @@
[package] [package]
name = "xcb-wm" name = "xcb-wm"
version = "0.2.1" version = "0.3.0"
authors = [ "Armin Friedl <dev@friedl.net>" ] authors = [ "Armin Friedl <dev@friedl.net>" ]
description = "Rust implementation of xcb-wm - icccm and ewmh extensions for xcb" description = "Rust implementation of xcb-wm - icccm and ewmh extensions for xcb"
readme = "README.md" readme = "README.md"
keywords = ["icccm", "ewmh", "xcb", "window", "x11"] keywords = ["icccm", "ewmh", "xcb", "window", "x11"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"
repository = "https://git.friedl.net/incubator/xcb-wm" repository = "https://github.com/arminfriedl/xcb-wm"
homepage = "https://git.friedl.net/incubator/xcb-wm" homepage = "https://github.com/arminfriedl/xcb-wm"
[dependencies] [dependencies]
xcb = "1" xcb = "1"

View file

@ -19,7 +19,7 @@ Add this to your Cargo.toml:
```toml ```toml
[dependencies] [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 Each request is either a `Get*`, a `Set*` or a `Send*` struct. `Get*` structs