We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddede5 commit 74e6ea1Copy full SHA for 74e6ea1
Cargo.toml
@@ -4,7 +4,7 @@ resolver = "2" # What does this do?
4
[package]
5
name = "vger"
6
description = "2D GPU renderer for dynamic UIs"
7
-version = "0.2.7"
+version = "0.2.8"
8
license = "MIT"
9
readme = "README.md"
10
authors = ["Taylor Holliday <taylor@audulus.com>"]
@@ -26,4 +26,4 @@ png = "0.17.6"
26
futures = "0.3"
27
futures-intrusive = "0.5"
28
svg = "0.14.0"
29
-rand = "0.8.5"
+rand = "0.8.5"
0 commit comments