Skip to content

Commit

Permalink
Merge pull request #20 from aochagavia/lock
Browse files Browse the repository at this point in the history
Don't ignore Cargo.lock and fix a SDL2 version
  • Loading branch information
pcwalton committed Feb 23, 2016
2 parents 6e91570 + 7c7276d commit 8be11de
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
/Cargo.lock
113 changes: 113 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [ "pcwalton@mimiga.net" ]
name = "nes"

[dependencies]
sdl2 = "*"
sdl2 = "0.6.1"
time = "*"
libc = "*"
lazy_static = "*"

0 comments on commit 8be11de

Please sign in to comment.