-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
30 lines (27 loc) · 843 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "world-maps"
version = "0.1.0"
authors = ["Nick Massey <nickmass@nickmass.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libflate = "1.2.0"
lyon = "1.0.1"
prost = "0.11.6"
rusqlite = {version = "0.29.0", features = ["bundled"]}
serde = {version = "1.0.140", features = ["derive"]}
serde_json = "1.0.82"
smallvec = {version = "1.10.0", features = ["serde"]}
winit = "0.30"
math = {git = "https://github.com/nickmass/mass-math.git", features = ["bytemuck"]}
wgpu = "0.20"
pollster = "0.2.5"
bytemuck = {version = "1.15.0", features = ["derive"]}
smartstring = "1.0.1"
notosans = "0.1.0"
fontdue = "0.8.0"
clap = {version = "4.1.3", features = ["derive"]}
bstr = "1.1.0"
env_logger = "0.11.3"
[build-dependencies]
prost-build = "0.11.6"