-- ox_lib -- Copyright (C) 2021 Linden -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- You should have received a copy of the GNU General Public License -- along with this program. If not, see --[[ FX Information ]]-- fx_version 'cerulean' use_fxv2_oal 'yes' lua54 'yes' game 'gta5' --[[ Resource Information ]]-- name 'ox_lib' author 'Linden' version '2.2.1' repository 'https://github.com/overextended/ox_lib' description 'A library of shared functions to utilise in other resources.' --[[ Manifest ]]-- dependencies { '/server:5104', '/onesync', } ui_page 'web/build/index.html' files { 'init.lua', 'imports/**/client.lua', 'imports/**/shared.lua', 'web/build/index.html', 'web/build/**/*', 'locales/*.json', } shared_script 'resource/main.lua' shared_scripts { 'resource/**/shared.lua', 'resource/**/shared/*.lua' } client_scripts { 'resource/**/client.lua', 'resource/**/client/*.lua' } server_scripts { 'resource/**/server.lua', 'resource/**/server/*.lua' }