forked from rojo-rbx/rojo
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'syncback-prototype-3-fs-snapshot' of https://github.com…
…/UpliftGames/rojo into syncback-prototype-3-fs-snapshot
- Loading branch information
Showing
5 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rojo" | ||
version = "7.3.0-uplift.12.pre.3" | ||
version = "7.3.0-uplift.12.pre.4" | ||
rust-version = "1.71.0" | ||
authors = ["Lucien Greathouse <[email protected]>"] | ||
description = "Enables professional-grade development tools for Roblox developers" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ Known issues: | |
How to: | ||
1. Prepare your project for assets by adding folders and project file entries for common asset locations like Workspace and ReplicatedStorage | ||
2. Save your place file somewhere accessible | ||
3. Syncback: `rojo syncback --input path/to/your/place.rbxl path/to/your/project.default.json` | ||
3. Syncback: `rojo syncback --input path/to/your/place.rbxl path/to/your/project_name.project.json` | ||
4. Confirm that the diff looks right and it will write the assets to the filesystem | ||
|
||
Exciting features list: | ||
|
@@ -135,7 +135,7 @@ Rojo can be installed with Aftman, a toolchain manager for Roblox projects: | |
|
||
```toml | ||
[tools] | ||
rojo = "UpliftGames/[email protected].3" | ||
rojo = "UpliftGames/[email protected].4" | ||
``` | ||
|
||
### From GitHub Releases | ||
|
@@ -166,4 +166,4 @@ Pull requests are welcome! | |
Rojo supports Rust 1.58.1 and newer. The minimum supported version of Rust is based on the latest versions of the dependencies that Rojo has. | ||
|
||
## License | ||
Rojo is available under the terms of the Mozilla Public License, Version 2.0. See [LICENSE.txt](LICENSE.txt) for details. | ||
Rojo is available under the terms of the Mozilla Public License, Version 2.0. See [LICENSE.txt](LICENSE.txt) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters