Skip to content

Commit

Permalink
docs: make usage info more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
DakshG07 authored Mar 8, 2024
1 parent 2df66ad commit 7994e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ impl eframe::App for PathyApp {
ui.heading("Pathy");
ui.label("Created by Daksh Gupta.");
ui.label("Made for use in auton code. Generated code uses the EZTemplate API.");
ui.label("Create a path to get started. Press Preprocess, then Generate, and let the magic happen!");
egui::warn_if_debug_build(ui);
});

Expand Down

0 comments on commit 7994e04

Please sign in to comment.