hUI/hui-shared/Cargo.toml

18 lines
343 B
TOML
Raw Permalink Normal View History

2024-08-04 11:06:49 -05:00
[package]
name = "hui-shared"
2024-12-11 14:06:24 -06:00
description = "internal crate"
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
2024-08-04 11:06:49 -05:00
version = "0.1.0-alpha.5"
edition = "2021"
2024-12-11 14:06:24 -06:00
license = "GPL-3.0-or-later"
publish = true
include = [
"src/**/*.rs",
"Cargo.toml",
]
2024-08-04 11:06:49 -05:00
[dependencies]
2024-12-11 13:17:34 -06:00
glam = "0.29"