From 198b67b0fddd5a3d83daf08e2c95872fbfae2e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20R=C3=B8yset?= Date: Sun, 28 May 2023 22:04:06 +0200 Subject: [PATCH] Release v0.2.0 I've also removed broken badges and dead links. --- Cargo.toml | 5 ++--- README.md | 7 ------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c3f21fdd..137b4240e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "MIT" description = "Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings." edition = "2018" [badges] -travis-ci = { repository = "francesca64/xkbcommon-dl" } [features] x11 = [] diff --git a/README.md b/README.md index 61aaecdba..eaede6551 100644 --- a/README.md +++ b/README.md @@ -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).