Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions bins/rojo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ Rojo enables:
* Versioning your game, library, or plugin using Git or another VCS
* Streaming `rbxmx` and `rbxm` models into your game in real time
* Packaging and deploying your project to Roblox.com from the command line
* Pulling Instances from Roblox place and model files back into an existing Rojo project with `rojo syncback`

In the future, Rojo will be able to:
Rojo also has an optional two-way sync setting in the Studio plugin for syncing supported Studio edits back to the filesystem.

* Sync instances from Roblox Studio to the filesystem
* Automatically convert your existing game to work with Rojo
* Import custom instances like MoonScript code
Some workflows, like fully automatic conversion of every existing game into a Rojo project, are still limited and may require manual project configuration.

## [Documentation](https://rojo.space/docs)
Documentation is hosted in the [rojo.space repository](https://github.com/rojo-rbx/rojo.space).
Expand Down
2 changes: 1 addition & 1 deletion bins/rojo/pesde.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It is not intended for manual editing.
format = 2
name = "pesde/rojo"
version = "7.7.0-rc.1"
version = "7.7.0"
target = "lune"

[graph."0x5eal/unzip@0.2.1 luau".pkg_ref]
Expand Down
2 changes: 1 addition & 1 deletion bins/rojo/pesde.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "pesde/rojo"
version = "7.7.0-rc.1"
version = "7.7.0"
description = "Rojo enables Roblox developers to use professional-grade software engineering tools"
authors = ["CompeyDev <hi@devcomp.xyz>", "Lucien Greathouse <me@lpghatguy.com>"]
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/rojo"
Expand Down