Skip to content

Commit 074d4a0

Browse files
committed
Project status update
1 parent 6315faf commit 074d4a0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ authors = ["Daniel Collin <[email protected]>"]
55
categories = ["rendering::graphics-api"]
66
description = "Bindings for bgfx"
77
repository = "https://github.com/emoon/bgfx-rs"
8-
documentation = "https://docs.rs/bgfx-rs/0.1/bgfx-rs"
8+
documentation = "https://docs.rs/bgfx-rs/0.19/bgfx-rs"
99
version = "0.19.0"
1010
edition = "2018"
1111
readme = "README.md"
1212

1313
exclude = ["resources/"]
1414

1515
[badges]
16-
maintenance = { status = "actively-developed" }
16+
maintenance = { status = "looking-for-maintainer" }
1717

1818
[dependencies]
19-
bgfx-sys = "0.13"
19+
bgfx-sys = "0.15"
2020
bitflags = "1.2"
2121
cfixed-string = "1.0"
2222

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# bgfx-rs
22

3+
![Maintenance status](https://img.shields.io/badge/maintenance-looking--for--maintainer-yellow.svg)
4+
5+
Notice that this project is looking for a maintainer. If you are interested in maintaining this project, please open an issue.
36
Rust bindings to [bgfx](https://github.com/bkaradzic/bgfx), a cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
47

58
## Why another wrapper?
@@ -17,7 +20,7 @@ Usage
1720
```toml
1821
# Cargo.toml
1922
[dependencies]
20-
bgfx-rs = "0.19"
23+
bgfx-rs = "0.20"
2124
```
2225

2326
The library doesn't include any window handling and that has to be provided by the user. See [examples](https://github.com/emoon/bgfx-rs/tree/main/examples) an how to use [GLFW](https://crates.io/crates/glfw)

0 commit comments

Comments
 (0)