Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
I've also removed broken badges and dead links.
  • Loading branch information
maroider committed May 28, 2023
1 parent 5913bda commit 198b67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[package]
name = "xkbcommon-dl"
version = "0.1.0"
version = "0.2.0"
documentation = "https://docs.rs/xkbcommon-dl/"
repository = "https://github.com/francesca64/xkbcommon-dl"
repository = "https://github.com/rust-windowing/xkbcommon-dl"
authors = ["Francesca Frangipane <[email protected]>"]
license = "MIT"
description = "Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings."
edition = "2018"

[badges]
travis-ci = { repository = "francesca64/xkbcommon-dl" }

[features]
x11 = []
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@

[![](http://meritbadge.herokuapp.com/xkbcommon-dl)](https://crates.io/crates/xkbcommon-dl)
[![Docs.rs](https://docs.rs/xkbcommon-dl/badge.svg)](https://docs.rs/xkbcommon-dl)
[![Build Status](https://travis-ci.org/francesca64/xkbcommon-dl.svg?branch=master)](https://travis-ci.org/francesca64/xkbcommon-dl)

Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings.

lib.rs is an almost verbatim copy of [wayland-kbd's xkbcommon module](https://github.com/Smithay/wayland-kbd/blob/master/src/ffi/mod.rs), along with [update-keysyms.sh](https://github.com/Smithay/wayland-kbd/blob/master/update-keysyms.sh).

## [Documentation](https://docs.rs/xkbcommon-dl)

Docs for the master branch are available [here](https://francesca64.github.io/xkbcommon-dl/docs/xkbcommon_dl/).

For examples of practical usage, see its use in [winit](https://github.com/tomaka/winit/blob/master/src/platform/linux/x11/xkb/mod.rs).

0 comments on commit 198b67b

Please sign in to comment.