Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipack17 committed Dec 11, 2021
1 parent 8410ee1 commit 20f952e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ignore Roblox files
*.rbxlx
*.rbxmx
*.rbxm
*.rbxl

# Ignore lock files
*.lock

# Added by cargo

/target
3 changes: 3 additions & 0 deletions foreman.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
selene = { source = "Kampfkarren/selene", version = "x" }
wally = { source = "UpliftGames/wally", version = "0.3.0" }
10 changes: 10 additions & 0 deletions wally.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "jaipack17/gizmo2d"
description = "Visual Debugging library for GUIs on Roblox"
authors = ["jaipack17"]
version = "0.0.1"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

[dependencies]

0 comments on commit 20f952e

Please sign in to comment.