add base packages and update gitignore to reflect that

This commit is contained in:
wintea 2024-05-08 18:50:43 +02:00
parent 3fd97ef1f4
commit be8749fc06
Signed by: in
GPG key ID: 120631A6E5AAE738
3 changed files with 17 additions and 2 deletions

5
.gitignore vendored
View file

@ -4,3 +4,8 @@
# Roblox Studio lock files
/*.rbxlx.lock
/*.rbxl.lock
# Wally packages and lockfile
Packages
wally.lock

View file

@ -1,3 +1,4 @@
{
"stylua.targetReleaseVersion": "latest"
"stylua.targetReleaseVersion": "latest",
"github.copilot.inlineSuggest.enable": true
}

9
wally.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "in/fitter"
version = "0.1.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
[dependencies]
topbarplus = "1foreverhd/topbarplus@3.0.2"
fusion = "elttob/fusion@0.2.0"