Skip to content

Commit

Permalink
Merge pull request #173 from raylib-rs/update-useable-fork
Browse files Browse the repository at this point in the history
update fork link in readme
  • Loading branch information
Dacode45 authored Feb 7, 2024
2 parents 31776ec + b2abb1d commit 7adbf74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

# NOTE 4.x version in progress.

Raylib 4.2 is currenlty a work in progress. In the meantime you can use a fork: https://github.com/litten2up/raylib-rs
Raylib 4.2 is currently a work in progress. In the meantime you can use a fork: https://github.com/bitten2up/raylib-rs

Add this to your Cargo.toml
```toml
[dependencies.raylib]
version = "4.5.0"
git = "https://github.com/litten2up/raylib-rs"
branch = "4.5.0"
version = "5.0.0"
git = "https://github.com/bitten2up/raylib-rs"
branch = "5.0.0"
```

# raylib-rs
Expand Down

0 comments on commit 7adbf74

Please sign in to comment.