Skip to content

Commit

Permalink
Bump to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Oct 23, 2023
1 parent 4ecf88c commit 7601934
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project follows semantic versioning.

### v0.19 (2023-10-23)

- [Added] Depend on latest bgfx-sys with updated BGFX code.

### v0.18 (2023-03-18)

- [Added] Emscripten support. See `web_example` for an example how this works.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories = ["rendering::graphics-api"]
description = "Bindings for bgfx"
repository = "https://github.com/emoon/bgfx-rs"
documentation = "https://docs.rs/bgfx-rs/0.1/bgfx-rs"
version = "0.18.0"
version = "0.19.0"
edition = "2018"
readme = "README.md"

Expand All @@ -16,7 +16,7 @@ exclude = ["resources/"]
maintenance = { status = "actively-developed" }

[dependencies]
bgfx-sys = "0.12"
bgfx-sys = "0.13"
bitflags = "1.2"
cfixed-string = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
bgfx-rs = "0.18"
bgfx-rs = "0.19"
```

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)
Expand Down

0 comments on commit 7601934

Please sign in to comment.