Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed May 15, 2020
1 parent 2820bb1 commit bd1be6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cargo.lock
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pix-engine"
version = "0.3.3"
version = "0.3.4"
license = "MIT/Apache-2.0"
description = "A simple, cross-platform graphics/UI engine framework with a minimal interface."
categories = ["graphics", "gui", "multimedia", "rendering"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ A simple, cross-platform graphics/UI engine framework with a minimal interface.
Update your `Cargo.toml` file to include pix-engine:

```
pix-engine = "0.3.3"
pix-engine = "0.3.4"
```

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

```
pix-engine = {
version = "0.3.3",
version = "0.3.4",
default-features = false,
features = ["wasm-driver"],
}
Expand Down

0 comments on commit bd1be6f

Please sign in to comment.