-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrotriever.toml
19 lines (17 loc) · 880 Bytes
/
rotriever.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "ParticleEditorPlugin"
version = "0.1.0"
authors = ["Dustin Haynes <[email protected]>"]
license = "Proprietary"
content_root = "src"
# Optional fields and their definitions can be found at:
# https://pages.github.rbx.com/pdoyle/rotriever-docs/reference/manifest-format/#manifest-fields
[dependencies]
# Different kinds of dependencies are specified in different ways. See more details at:
# https://pages.github.rbx.com/pdoyle/rotriever-docs/reference/manifest-format/#specifying-manifest-dependencies
Dash = "github.com/roblox/[email protected]"
Roact = { target = "github.com/roblox/roact-alignment", version = "17.0.1-rc.11", package = "RoactCompat" }
React = "github.com/roblox/[email protected]"
ReactRoblox = "github.com/roblox/[email protected]"
Rodux = "github.com/Roblox/[email protected]"
RoactRodux = "github.com/Roblox/[email protected]"