From 4a45f7bcfe84cbd6750a9a9efe82d394465e3768 Mon Sep 17 00:00:00 2001 From: Paul Doyle Date: Mon, 11 Mar 2019 19:49:43 -0700 Subject: [PATCH] Add more dependencies to keep things interesting --- Rotriever.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Rotriever.toml b/Rotriever.toml index 7c56492..b2222ed 100644 --- a/Rotriever.toml +++ b/Rotriever.toml @@ -4,4 +4,7 @@ license = "" version = "0.1.0" [dependencies] -TestEZ = { git = "https://github.com/Roblox/testez.git" } # nothing (defaults to 'master') \ No newline at end of file +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" } \ No newline at end of file