Skip to content

Commit

Permalink
Add more dependencies to keep things interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoteTheMighty committed Mar 12, 2019
1 parent d4cd32a commit 4a45f7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ license = ""
version = "0.1.0"

[dependencies]
TestEZ = { git = "https://github.com/Roblox/testez.git" } # nothing (defaults to 'master')
Roact = { git = "https://github.com/Roblox/roact.git" }
Rodux = { git = "https://github.com/Roblox/rodux.git", rev = "abe28472" }
TestEZ = { git = "https://github.com/Roblox/testez.git" }
RoactRodux = { git = "https://github.com/Roblox/roact-rodux.git", rev = "v1.0.0-pre2" }

0 comments on commit 4a45f7b

Please sign in to comment.