summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f4267e61930598c19d88adbaf457827ef59cfd4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fast-tiled"
version = "0.1.0"
authors = ["LawnCable <gitlab@lawncable.net>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.40"
rgb = "0.8.27"
roxmltree = "0.14.1"
read_color = "1.0.0"