monorepo/hex-grid/Cargo.toml

19 lines
410 B
TOML
Raw Permalink Normal View History

2023-02-06 14:36:02 +00:00
[package]
name = "hex-grid"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
2023-02-06 14:36:02 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-07 20:37:01 +00:00
cairo-rs = "0.17"
gio = "0.17"
glib = "0.17"
gtk = { version = "0.6", package = "gtk4" }
2023-02-06 14:36:02 +00:00
coordinates = { path = "../coordinates" }
image = { version = "0.24" }
[build-dependencies]
glib-build-tools = "0.16"