1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-04-15 12:17:20 -05:00
hUI/hui-winit/Cargo.toml

28 lines
803 B
TOML

[package]
name = "hui-winit"
description = "winit platform backend for `hui`"
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
version = "0.1.0-alpha.6"
edition = "2024"
license = "GPL-3.0-or-later"
publish = true
include = [
"src/**/*.rs",
"Cargo.toml",
]
[dependencies]
hui = { version = "=0.1.0-alpha.6", path = "../hui", default-features = false }
winit = { version = "0.30", default-features = false, features = ["x11"]}
# winit_30 = { package = "winit", version = "0.30", default-features = false, optional = true }
# winit_29 = { package = "winit", version = "0.29", default-features = false, optional = true }
glam = "0.30"
log = "0.4"
[features]
default = []
# winit_30 = ["dep:winit_30"]
# winit_29 = ["dep:winit_29"]