Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Dec 14, 2023
1 parent 5ddede5 commit 74e6ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2" # What does this do?
[package]
name = "vger"
description = "2D GPU renderer for dynamic UIs"
version = "0.2.7"
version = "0.2.8"
license = "MIT"
readme = "README.md"
authors = ["Taylor Holliday <taylor@audulus.com>"]
Expand All @@ -26,4 +26,4 @@ png = "0.17.6"
futures = "0.3"
futures-intrusive = "0.5"
svg = "0.14.0"
rand = "0.8.5"
rand = "0.8.5"

0 comments on commit 74e6ea1

Please sign in to comment.