mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
12 lines
210 B
TOML
12 lines
210 B
TOML
[package]
|
|
name = "gauntlet-common-ui"
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
# workspaces
|
|
gauntlet-common.workspace = true
|
|
|
|
# shared
|
|
iced.workspace = true
|
|
iced_aw.workspace = true
|
|
iced_fonts.workspace = true
|