Backed out
changeset f9f71cccb5c3 - Wuzzy is right, the license is incompatible.
I'd misread the wording on https://fontlibrary.org/en/font/symbola
The terms on the author's site prevent using it with almost all FOSS projects, and even prevent using it in a merge like this.
We'll just have to find some other font to improve coverage.
[package]
name = "land_dump"
version = "0.1.0"
authors = ["Andrei Korotaev <andrey.korotaev@aptomar.com>"]
edition = "2018"
[dependencies]
land2d = { path = "../land2d" }
landgen = { path = "../landgen" }
mapgen = { path = "../mapgen" }
lfprng = { path = "../lfprng" }
integral-geometry = { path = "../integral-geometry" }
png = "0.13"
structopt ="0.2.13"