From 5c82223942b18bc606716488dd04f04c9beeb6e0 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Thu, 21 Mar 2024 22:13:00 +0100 Subject: [PATCH] Include readme and status --- Cargo.toml | 3 ++- readme.md | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f18d9e6..060cedc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,9 @@ categories = ["rendering::graphics-api"] description = "low-level FFI bindings for bgfx" repository = "https://github.com/emoon/bgfx-sys" documentation = "https://docs.rs/bgfx-sys/0.14/bgfx-sys" +readme = "readme.md" name = "bgfx-sys" -version = "0.14.0" +version = "0.15.0" edition = "2018" build = "build.rs" diff --git a/readme.md b/readme.md index 33b2f81..781eeb1 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,5 @@ -## Maintenance status - -This repository is no longer maintained. If you are interested in maintaining it please contact me. - # Low-level bindings for BGFX +![Maintenance status](https://img.shields.io/badge/maintenance-looking--for--maintainer-yellow.svg) + This code is Rust low-level bindings for https://github.com/bkaradzic/bgfx While possible to use these directly in your project it's recommended to use these high-level binindings instead https://github.com/emoon/bgfx-rs