Skip to content

Commit

Permalink
Add project name documentation to playdate_example.nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
ninovanhooff authored Jan 14, 2024
1 parent db9eb60 commit a2abaaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playdate_example/playdate_example.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.8.0"
author = "Samuele Zolfanelli"
description = "An example application using the Playdate Nim bindings"
license = "MIT"
## The main entrypoint of your game. In this example the file `playdate_example/src/playdate_example.nim` is
## the first nim file that is executed when the game is started
## note that the value of bin must match the project folder name
srcDir = "src"
bin = @["playdate_example"]

Expand Down

0 comments on commit a2abaaf

Please sign in to comment.