mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
19 lines
No EOL
392 B
TOML
19 lines
No EOL
392 B
TOML
[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"
|
|
] |