mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
15 lines
362 B
TOML
15 lines
362 B
TOML
name = "centau/vide"
|
|
version = "0.4.1"
|
|
description = "A reactive Luau library for creating UI."
|
|
authors = ["centau"]
|
|
repository = "https://github.com/centau/vide"
|
|
license = "MIT"
|
|
includes = ["src/*", "README.md", "pesde.toml"]
|
|
|
|
[target]
|
|
environment = "roblox"
|
|
build_files = ["src"]
|
|
lib = "src/init.luau"
|
|
|
|
[indices]
|
|
default = "https://github.com/pesde-pkg/index"
|