vide/wally.toml
2025-06-23 18:30:47 +01:00

19 lines
400 B
TOML

[package]
name = "centau/vide"
description = "A reactive Luau library for creating UI. "
license = "MIT"
version = "0.3.1-test.1"
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"
]