Skip to content

Commit

Permalink
Update project settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ac committed Feb 9, 2023
1 parent 57c051f commit ef1ff10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It includes:
### Lua module

```lua
require("compat53")
require("compat53.init")
```

`compat53` makes changes to your global environment and does not return
Expand Down
2 changes: 2 additions & 0 deletions game.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ height = 640

[project]
title = lua-compat-5.3
publisher = Aleksandr Derbenev
developer = Lua.org, PUC-Rio, The Lua-Compat-5.3 authors.

[library]
include_dirs = compat53
Expand Down

0 comments on commit ef1ff10

Please sign in to comment.