mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
chore: add wally package file
This commit is contained in:
parent
22d66c9aef
commit
f45c1d7696
1 changed files with 19 additions and 0 deletions
19
wally.toml
Normal file
19
wally.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "centau/vide"
|
||||
description = "A reactive Luau library for creating UI. "
|
||||
license = "MIT"
|
||||
version = "0.1.0"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
realm = "shared"
|
||||
include = ["default.project.json", "LICENSE", "src"]
|
||||
exclude = [
|
||||
".github",
|
||||
"docs",
|
||||
"test",
|
||||
".gitattributes",
|
||||
".gitignore",
|
||||
".luaurc",
|
||||
"CHANGELOG.md",
|
||||
"README.md",
|
||||
"todo.md"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue