world-data 0.4.1

Bundled country shapes, capital city positions and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "world-data"
description = "Bundled country shapes, capital city positions and more."
version = "0.4.1"
edition = "2024"
license = "MIT"
repository = "https://github.com/Zitronenjoghurt/world-data"
include = [
    "src/*",
    "data.bin"
]

[dependencies]
bincode = "1.3.3"
flate2 = "1.1.1"
world-data-types = { version = "0.4.0" }