Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 0e39b9e

Browse files
authored
Renamed branch "main" to "master"
GitHub is stupid and had my branch as main randomly. Whatever.
1 parent a1d1994 commit 0e39b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add this to your ``Cargo.toml`` file
1515
crate-type = ["cdylib"] # This tells rust we want to create a .dll file that links to C code.
1616

1717
[dependencies]
18-
rglua = { git = "https://github.com/Vurv78/rglua", branch = "main" }
18+
rglua = { git = "https://github.com/Vurv78/rglua" }
1919
```
2020

2121
## Building

0 commit comments

Comments
 (0)