Skip to content

Latest commit

 

History

History
 
 

dijkstra-map-gd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.