Skip to content

Commit b8f2cb7

Browse files
authored
Merge pull request #7 from ghostnaps/rotriever
Add Rotriever support
2 parents 4c21592 + 4bdcf50 commit b8f2cb7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

rotriever.toml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "GoodSignal"
3+
version = "0.2.2"
4+
license = "MIT"
5+
authors = [ "Mark Langen <[email protected]>" ]
6+
content_root = "src"
7+
8+
[dependencies]
9+
# None :)

wally.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "stravant/goodsignal"
33
description = "A fast Signal class implementation that has full feature parity with Roblox' RBXScriptSignal"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
license = "MIT"
66
authors = ["Mark Langen <[email protected]>"]
77
registry = "https://github.com/UpliftGames/wally-index"
88
realm = "shared"
99

1010
[dependencies]
11-
# None :)
11+
# None :)

0 commit comments

Comments
 (0)