Skip to content

Commit

Permalink
Include readme and status
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Mar 21, 2024
1 parent 70b49ec commit 5c82223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5c82223

Please sign in to comment.