File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "version": 2,
3
+ "packages": {
4
+ "naylib": {
5
+ "version": "24.49.0",
6
+ "vcsRevision": "b5ebb0833d00232c0b56b5485b47ad8884664c79",
7
+ "url": "https://github.com/planetis-m/naylib",
8
+ "downloadMethod": "git",
9
+ "dependencies": [],
10
+ "checksums": {
11
+ "sha1": "8cc6fef3331be4335df3855a2c4560a0d7dd6044"
12
+ }
13
+ }
14
+ },
15
+ "tasks": {}
16
+ }
Original file line number Diff line number Diff line change 1
1
# Package
2
2
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
author = " nirokay"
5
5
description = " A basic snake game."
6
6
license = " GPL-3.0-only"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import raylib
7
7
8
8
const
9
9
gameName* : string = " Snek" # # Game name (window name)
10
- gameVersion* : string = " 1.0.0 " # # Game version (window name)
10
+ gameVersion* : string = " 1.0.1 " # # Game version (window name)
11
11
gameAuthors* : seq [string ] = @ [" nirokay" ] # # Game authors (NOT in window name)
12
12
13
13
You can’t perform that action at this time.
0 commit comments