17 lines
349 B
TOML
17 lines
349 B
TOML
[package]
|
|
name = "learn-hieroglyph"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dirs = "5.0.1"
|
|
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
|
|
|
|
rand = "0.8.5"
|
|
|
|
[build-dependencies]
|
|
dirs = "5.0.1"
|
|
glib-build-tools = "0.19.0"
|