Skip to content

Commit

Permalink
clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Spaink committed Aug 22, 2023
1 parent 56be6c4 commit 76a1682
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# rustaceanize.me

Make your own personal Ferris avatar <https://sspaink.github.io/rustaceanize.me/>
:crab: Try it out: <https://sspaink.github.io/rustaceanize.me/> :crab:

![logo](pregen_crabs/orange_happy_top.png)
Make your own personal [Rust mascot](https://rustacean.net/)!

This project was inspired by [gopherize.me](https://gopherize.me/).
![logo](pregen_crabs/orange_happy_top.png)

This project was created using the template repo for [eframe](https://github.com/emilk/egui/tree/master/crates/eframe), a framework for writing apps using [egui](https://github.com/emilk/egui/).

Expand Down
4 changes: 4 additions & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ impl eframe::App for App {
});

ui.with_layout(egui::Layout::bottom_up(egui::Align::LEFT), |ui| {
ui.horizontal(|ui| {
ui.spacing_mut().item_spacing.x = 0.0;
ui.hyperlink_to("View on Github", "https://github.com/sspaink/rustaceanize.me");
});
ui.horizontal(|ui| {
ui.spacing_mut().item_spacing.x = 0.0;
ui.label("Inspired by ");
Expand Down

0 comments on commit 76a1682

Please sign in to comment.