hex2d 1.1.0

Helper library for working with 2d hex-grid maps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include Makefile.defs

default: $(DEFAULT_TARGET)

.PHONY: run test build doc clean
run test build doc clean:
	@cargo $@

simple:
	cargo run --example simple

.PHONY: docview
docview: doc
	xdg-open target/doc/$(PKG_NAME)/index.html