You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Collection of Rust crates to work with data formats found in the game Celeste an
5
5
# celeste_rs gui editor
6
6
The main user-facing output of this repo is the gui editor.<br>
7
7
You can find a web version [here](https://maddymakesgames.github.io/celeste_rs/).<br>
8
-
Native versions will be found [here](https://github.com/maddymakesgames/celeste_rs/releases) once we start releasing them.
8
+
Native versions will be found [here](https://github.com/maddymakesgames/celeste_rs/releases).
9
9
10
10
If you would like to compile a native version yourself you will need [the rust compiler](https://www.rust-lang.org/learn/get-started).<br>
11
11
The gui library we use, [egui](https://github.com/emilk/egui), requires that extra libraries be installed on linux. On debian based distros you can install them with this command:<br>
0 commit comments