-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
@@ -26,7 +26,7 @@ exclude = [ | |
] | ||
|
||
[badges] | ||
maintenance = { status = "actively-developed" } | ||
maintenance = { status = "looking-for-maintainer" } | ||
|
||
[dev-dependencies] | ||
glfw = "0.41" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |