Skip to content

Commit bd1be6f

Browse files
committed
Updated version
1 parent 2820bb1 commit bd1be6f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cargo.lock

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pix-engine"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
license = "MIT/Apache-2.0"
55
description = "A simple, cross-platform graphics/UI engine framework with a minimal interface."
66
categories = ["graphics", "gui", "multimedia", "rendering"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ A simple, cross-platform graphics/UI engine framework with a minimal interface.
1414
Update your `Cargo.toml` file to include pix-engine:
1515

1616
```
17-
pix-engine = "0.3.3"
17+
pix-engine = "0.3.4"
1818
```
1919

2020
The default driver is sdl2. Future versions will support wasm. To use it:
2121

2222
```
2323
pix-engine = {
24-
version = "0.3.3",
24+
version = "0.3.4",
2525
default-features = false,
2626
features = ["wasm-driver"],
2727
}

0 commit comments

Comments
 (0)