aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-01-21 20:41:44 -0500
committerDeterminant <ted.sybil@gmail.com>2018-01-21 20:41:44 -0500
commitaf5aad126e4d9cb2aa7e64eace50ef1b51d47773 (patch)
tree3a0e60e76b2040d31ce375a9b5369b09e4714880 /Cargo.toml
parent38abb8c04fc9cbf2435dd8933678be1c0d2d763d (diff)
support gamepad
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 6b90d64..27a5d3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "runes"
-version = "0.1.8"
+version = "0.1.9"
authors = ["Determinant <tederminant@gmail.com>"]
description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"