mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Git dependencies, skip dropping ServeSession
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -44,11 +44,17 @@ harness = false
|
||||
memofs = { version = "0.2.0", path = "crates/memofs" }
|
||||
|
||||
# These dependencies can be uncommented when working on rbx-dom simultaneously
|
||||
rbx_binary = { path = "../rbx-dom/rbx_binary" }
|
||||
rbx_dom_weak = { path = "../rbx-dom/rbx_dom_weak" }
|
||||
rbx_reflection = { path = "../rbx-dom/rbx_reflection" }
|
||||
rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
|
||||
rbx_xml = { path = "../rbx-dom/rbx_xml" }
|
||||
# rbx_binary = { path = "../rbx-dom/rbx_binary" }
|
||||
# rbx_dom_weak = { path = "../rbx-dom/rbx_dom_weak" }
|
||||
# rbx_reflection = { path = "../rbx-dom/rbx_reflection" }
|
||||
# rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
|
||||
# rbx_xml = { path = "../rbx-dom/rbx_xml" }
|
||||
|
||||
rbx_binary = { git = "https://github.com/rojo-rbx/rbx-dom" }
|
||||
rbx_dom_weak = { git = "https://github.com/rojo-rbx/rbx-dom" }
|
||||
rbx_reflection = { git = "https://github.com/rojo-rbx/rbx-dom" }
|
||||
rbx_reflection_database = { git = "https://github.com/rojo-rbx/rbx-dom" }
|
||||
rbx_xml = { git = "https://github.com/rojo-rbx/rbx-dom" }
|
||||
|
||||
# rbx_binary = "0.6.4"
|
||||
# rbx_dom_weak = "2.3.0"
|
||||
|
||||
Reference in New Issue
Block a user