Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- dependencies_conf
- -- Configuration file for the depends api helper.
- -- You will need to provide a table of keys
- -- containing the API names, and their respective
- -- pastebin code.
- DEPENDENCIES_LOCATION = "/lib"
- DEPENDENCIES = {
- wm = "",
- wmtest = "",
- stack = "",
- button = ""
- }
- -- One of the dependencies can be set to run on startup.
- -- This makes the API much more portable.
- STARTUP = "wmtest"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement