aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 61b561c4545311ace4f4dc72d14165a43396291f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "pathtrace"
version = "0.1.0"
authors = ["Julian T <julian@jtle.dk>"]
edition = "2018"

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

[dependencies]
gtk = { version = "0.9.2", features = ["v3_22", "dox"] }
gdk-pixbuf = "^0.9.0"
glib = "^0.10.0"