Skip to content

Commit

Permalink
chore: add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Mar 12, 2024
1 parent 3827051 commit dfe4a53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Just a simple loading screen built using React and Typescript w/ Mantine

## Dependencies
- [ox_lib](https://github.com/overextended/ox_lib) (For version checking)

## How to build
```
cd ./web
Expand Down
2 changes: 2 additions & 0 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ loadscreen 'web/build/index.html'
loadscreen_cursor 'yes'
loadscreen_manual_shutdown 'yes'

dependency 'ox_lib'

lua54 'yes'
use_experimental_fxv2_oal 'yes'

0 comments on commit dfe4a53

Please sign in to comment.