mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
15 lines
297 B
TOML
15 lines
297 B
TOML
[package]
|
|
name = "maplibre-build-tools"
|
|
version = "0.1.0"
|
|
description = "A library with build tools for maplibre-rs"
|
|
categories = []
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
naga = { version = "0.8", features = ["wgsl-in"] }
|
|
walkdir = "2.3"
|
|
log = "0.4"
|
|
rusqlite = "0.26"
|
|
serde_json = "1.0"
|
|
flate2 = "1.0"
|