aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2017-11-18 20:48:54 -0500
committerDeterminant <ted.sybil@gmail.com>2017-11-18 20:48:54 -0500
commitebfb02041d3d58846e27c680d849ba6655477002 (patch)
tree7607e182223d62636f6a9f865e23e1e707fb57a2 /Cargo.toml
parenta0a17b849bb5977a24ab1d30c16430834ee3f222 (diff)
optimize the texture rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94c2c4b..2194651 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "runes"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Determinant <tederminant@gmail.com>"]
description = "A no-std NES emulator library written purely in Rust."
repository = "https://github.com/Determinant/runes"