Skip to content

Commit

Permalink
Changed markdown headers in README
Browse files Browse the repository at this point in the history
Moved screenshot to its own section to clarify that it's a screenshot of a different interface un-related to the example.
  • Loading branch information
nikhilr612 authored Jul 18, 2024
1 parent 18ceb76 commit de54a51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[Raylib](https://github.com/raysan5/raylib) integration for [egui](https://github.com/emilk/egui).
The primary use case for this crate is a drop-in GUI library for 2D games made in Raylib.

# Example Usage
## Example Usage
1. Add this crate as a dependency.
2. Get coding!
```rust
Expand Down Expand Up @@ -42,10 +42,13 @@ fn main() {
}
}
```
## Screenshot

The screenshot of another example.

![Screenshot of an example program](screenshot.png)

# Dependencies
## Dependencies
1. [raylib-rs](https://github.com/raylib-rs/raylib-rs): Rust-bindings for Raylib.
2. egui

Expand Down

0 comments on commit de54a51

Please sign in to comment.