mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
Switch plugin packages back to git submodules (#678)
Alright, so I hate to be the one to do this, but #584 broke crates.io publishing and also caused librojo to be unusable. I see that there was some discussion on Discord shortly after the problem was realized, but there was no action taken. I think keeping librojo and publishing working far, far outweigh any convenience added by Wally. I've kept the same `Packages` naming convention to keep the diff minimal.
This commit is contained in:
1
plugin/Packages/Flipper
Submodule
1
plugin/Packages/Flipper
Submodule
Submodule plugin/Packages/Flipper added at 2d91a5ed55
1
plugin/Packages/Promise
Submodule
1
plugin/Packages/Promise
Submodule
Submodule plugin/Packages/Promise added at 2c6f433903
1
plugin/Packages/Roact
Submodule
1
plugin/Packages/Roact
Submodule
Submodule plugin/Packages/Roact added at 956891b70f
1
plugin/Packages/TestEZ
Submodule
1
plugin/Packages/TestEZ
Submodule
Submodule plugin/Packages/TestEZ added at edc7246d01
1
plugin/Packages/t
Submodule
1
plugin/Packages/t
Submodule
Submodule plugin/Packages/t added at 1f9754254b
@@ -9,7 +9,7 @@
|
||||
},
|
||||
|
||||
"Packages": {
|
||||
"$path": "DevPackages"
|
||||
"$path": "Packages"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# This file is automatically @generated by Wally.
|
||||
# It is not intended for manual editing.
|
||||
registry = "test"
|
||||
|
||||
[[package]]
|
||||
name = "evaera/promise"
|
||||
version = "4.0.0"
|
||||
dependencies = []
|
||||
|
||||
[[package]]
|
||||
name = "osyrisrblx/t"
|
||||
version = "3.0.0"
|
||||
dependencies = []
|
||||
|
||||
[[package]]
|
||||
name = "reselim/flipper"
|
||||
version = "2.0.0"
|
||||
dependencies = []
|
||||
|
||||
[[package]]
|
||||
name = "roblox/roact"
|
||||
version = "1.4.4"
|
||||
dependencies = []
|
||||
|
||||
[[package]]
|
||||
name = "roblox/testez"
|
||||
version = "0.4.1"
|
||||
dependencies = []
|
||||
|
||||
[[package]]
|
||||
name = "rojo-rbx/rojo"
|
||||
version = "7.3.0"
|
||||
dependencies = [["Flipper", "reselim/flipper@2.0.0"], ["Promise", "evaera/promise@4.0.0"], ["Roact", "roblox/roact@1.4.4"], ["t", "osyrisrblx/t@3.0.0"]]
|
||||
@@ -1,17 +0,0 @@
|
||||
[package]
|
||||
name = "rojo-rbx/rojo"
|
||||
description = "Rojo enables Roblox developers to use professional-grade software engineering tools"
|
||||
version = "7.3.0"
|
||||
license = "MPL-2.0"
|
||||
authors = ["LPGhatguy (https://lpg.space/)"]
|
||||
registry = "https://github.com/upliftgames/wally-index"
|
||||
realm = "shared"
|
||||
|
||||
[dependencies]
|
||||
Flipper = "reselim/flipper@2.0.0"
|
||||
Promise = "evaera/promise@4.0.0"
|
||||
Roact = "roblox/roact@1.4.4"
|
||||
t = "osyrisrblx/t@3.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
TestEZ = "roblox/testez@0.4.1"
|
||||
Reference in New Issue
Block a user