Skip to content

Commit

Permalink
Update hello-world.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminCrystal authored Oct 31, 2024
1 parent 4e48ef1 commit 47ac980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intro/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ that should solve the most common problems.
- Have you written the Rust code necessary to generate the entry point symbol?
- See [above](#rust-entry-point) for how.
- Are you running matching versions of gdext and godot? By default gdext is up to date with latest godot release.
- You can specify a version to compile gdext with cargo features, format is api-x-x-x `godot = { ... , features = ["api-4-2-2"]}`
- You can specify a version to compile gdext with cargo features, format is api-x-x-x Ex. `godot = { ... , features = ["api-4-2-2"]}`
- Is your directory structure like this below? It's much easier when you ask for help if it is.

```txt
Expand Down

0 comments on commit 47ac980

Please sign in to comment.