Skip to content

Commit

Permalink
Changed crate status
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Mar 21, 2024
1 parent c444f6d commit 5847e14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ authors = ["Daniel Collin <[email protected]>"]
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.10/bgfx-sys"
documentation = "https://docs.rs/bgfx-sys/0.14/bgfx-sys"
name = "bgfx-sys"
version = "0.13.0"
version = "0.14.0"
edition = "2018"
build = "build.rs"

Expand All @@ -26,7 +26,7 @@ exclude = [
]

[badges]
maintenance = { status = "actively-developed" }
maintenance = { status = "looking-for-maintainer" }

[dev-dependencies]
glfw = "0.41"
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Low-level bindings for BGFX

# Maintenance status

This repository is no longer maintained. If you are interested in maintaining it please contact me.

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 5847e14

Please sign in to comment.