hUI/hui-winit/Cargo.toml

21 lines
507 B
TOML
Raw Normal View History

2024-02-19 16:24:31 +00:00
[package]
name = "hui-winit"
2024-02-19 16:49:01 +00:00
description = "winit platform backend for `hui`"
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
2024-03-25 17:41:44 +00:00
version = "0.1.0-alpha.5"
2024-02-19 16:24:31 +00:00
edition = "2021"
2024-02-19 16:49:01 +00:00
license = "GPL-3.0-or-later"
publish = true
include = [
"src/**/*.rs",
"Cargo.toml",
]
2024-02-19 16:24:31 +00:00
[dependencies]
2024-03-25 17:41:44 +00:00
hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false }
2024-02-19 16:24:31 +00:00
winit = { version = "0.29", default-features = false }
2024-03-24 20:00:46 +00:00
glam = "0.27"
2024-02-19 16:24:31 +00:00
log = "0.4"