mirror of
https://github.com/griffi-gh/hUI.git
synced 2025-04-04 15:06:28 -05:00
add missing props to hui-winit
This commit is contained in:
parent
a446b6d282
commit
a1b23ff13b
|
@ -1,10 +1,13 @@
|
|||
[package]
|
||||
name = "hui-winit"
|
||||
description = "winit platform backend for `hui`"
|
||||
keywords = ["ui", "gui", "portable", "gamedev", "hui"]
|
||||
categories = ["gui", "game-development"]
|
||||
repository = "https://github.com/griffi-gh/hui"
|
||||
readme = "../README.md"
|
||||
authors = ["griffi-gh <prasol258@gmail.com>"]
|
||||
version = "0.1.0-alpha.7"
|
||||
rust-version = "1.85"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-or-later"
|
||||
publish = true
|
||||
|
@ -15,7 +18,7 @@ include = [
|
|||
|
||||
[dependencies]
|
||||
hui = { version = "=0.1.0-alpha.7", path = "../hui", default-features = false }
|
||||
winit = { version = "0.30", default-features = false, features = ["x11"]}
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue