centau / vide

A reactive Luau library for creating UI.
https://centau.github.io/vide/
MIT License
95 stars 16 forks source link

chore: add wally package file #16

Closed quantix-dev closed 1 year ago

quantix-dev commented 1 year ago

Adds the wally.toml file for publishing the library to the wally index.

To publish run commands from the project root:

  1. wally login
  2. wally publish --token <token>

More information here: https://github.com/UpliftGames/wally#wally-login---token-token

quantix-dev commented 1 year ago

Work could potentially be done in the future to add this to the github workflow.