Skip to content

Commit d652fab

Browse files
committed
change window title
1 parent 8559ddc commit d652fab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ fn main() {
156156
DEFAULT_WINDOW_WIDTH,
157157
DEFAULT_WINDOW_HEIGHT,
158158
))
159+
.with_title("RustyCraft")
159160
.build(&event_loop)
160161
.unwrap();
161162

0 commit comments

Comments
 (0)