Glaurung/Cargo.toml

29 lines
652 B
TOML
Raw Normal View History

2023-11-09 22:37:24 +01:00
[package]
2023-11-09 23:17:53 +01:00
name = "glaurung"
2023-11-09 22:37:24 +01:00
version = "0.1.0"
authors = ["traxys <quentin@familleboyer.net>"]
edition = "2021"
[dependencies]
2023-11-11 23:07:23 +01:00
anyhow = "1.0.75"
directories = "5.0.1"
2023-11-22 00:20:31 +01:00
either = "1.9.0"
enum-map = "2.7.3"
2023-11-11 22:24:31 +01:00
iced = { version = "0.10.0", features = ["lazy"] }
2023-11-26 17:35:06 +01:00
iced_aw = { version = "0.7.0", default-features = false, features = [
"modal",
"card",
"number_input",
"selection_list",
"tab_bar",
] }
2023-11-11 22:24:31 +01:00
itertools = "0.11.0"
2023-11-12 13:05:12 +01:00
peg = "0.8.2"
2023-11-11 23:07:23 +01:00
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
2023-11-12 16:10:22 +01:00
toml = "0.8.8"
2023-11-15 00:52:21 +01:00
[patch.crates-io.cosmic-text]
git = "https://github.com/hecrj/cosmic-text.git"
rev = "cb83458e7d0b84ef37c5beb72dda5046d7d343a6"