Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 426 Bytes

File metadata and controls

12 lines (10 loc) · 426 Bytes

This example is based on https://github.com/MatejSloboda/Dijkstra_map_for_Godot.

To generate the documentation, run either

cargo build -p dijkstra-map-gd

Or, if you have the gdnative-doc-cli executable

gdnative-doc-cli -c config.toml --md doc/markdown --html doc/html --gut gut

The resulting documentation can be found in the doc directory, and the gut tests in the gut directory.