Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emmabritton committed Oct 1, 2024
1 parent 153540f commit f07bd7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### Verion 0.20.2

- Update deps (fix tilemap bug)

### Verion 0.20.1

- Update deps (fix controller bug)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pixels-graphics-lib"
version = "0.20.1"
version = "0.20.2"
edition = "2021"
authors = ["Emma Britton <emmabritton@pm.me>"]
description = "Simple pixel graphics and GUI library"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It uses [buffer graphics lib](https://github.com/emmabritton/buffer-graphics-lib
In your `Cargo.toml` file add

```toml
pixels-graphics-lib = { version = "0.20.1", features = [] }
pixels-graphics-lib = { version = "0.20.2", features = [] }
```

Inside `features` you **MUST** put one of these:
Expand Down

0 comments on commit f07bd7b

Please sign in to comment.