Skip to content

Commit

Permalink
Added tip to use the github repo as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-watson committed Jul 18, 2024
1 parent b36b07a commit 517b313
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/intro/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ cargo build
This should output to `{YourCrate}/target/debug/` at least one variation of a compiled library depending on your setup.


```admonish tip
For users who want to follow bleeding-edge development, you can directly link the github repo in your `Cargo.toml` dependencies section by replacing:
`godot = "0.1"`
with
`godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }`
```


## Wire up Godot with Rust

Expand Down

0 comments on commit 517b313

Please sign in to comment.