-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathrotriever.toml
More file actions
32 lines (28 loc) · 1009 Bytes
/
rotriever.toml
File metadata and controls
32 lines (28 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[workspace]
version = "17.3.8"
members = ["modules/*"]
authors = [
"Paul Doyle <[email protected]>",
"Matt Hargett <[email protected]>",
"Max Mines <[email protected]>",
"Carlo Conte <[email protected]>",
"Henry Allen <[email protected]>",
"Olivier Trepanier <[email protected]>",
"Hugh Collins <[email protected]>",
]
[config]
registry_index = true
[workspace.dependencies]
Promise = "github.com/roblox/[email protected]"
Jest = "github.com/roblox/jest-roblox@3"
JestGlobals = "github.com/roblox/jest-roblox@3"
LuauPolyfill = "github.com/roblox/luau-polyfill@1"
SafeFlags = "github.com/Roblox/[email protected]"
# Patch dependencies for the example app
[config.patch."https://github.com/roblox/roact"]
Roact = { path = "modules/roact-compat" }
[config.patch."https://github.com/roblox/roact-alignment"]
React = { path = "modules/react" }
ReactRoblox = { path = "modules/react-roblox" }
ReactIs = { path = "modules/react-is" }
RoactCompat = { path = "modules/roact-compat" }