mirror of
https://github.com/griffi-gh/hUI.git
synced 2025-04-16 12:47:19 -05:00
release alpha5
This commit is contained in:
parent
1b5cdb192f
commit
e44685960c
|
@ -97,7 +97,7 @@
|
||||||
<code>wgpu = "23"</code>
|
<code>wgpu = "23"</code>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- <tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<code>0.1.0-alpha.5</code>
|
<code>0.1.0-alpha.5</code>
|
||||||
</th>
|
</th>
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
<code>hui-wgpu = <master></code><br>
|
<code>hui-wgpu = <master></code><br>
|
||||||
<code>wgpu = "23"</code>
|
<code>wgpu = "23"</code>
|
||||||
</td>
|
</td>
|
||||||
</tr> -->
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<code>0.1.0-alpha.4</code>
|
<code>0.1.0-alpha.4</code>
|
||||||
|
|
|
@ -1,7 +1,17 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hui-shared"
|
name = "hui-shared"
|
||||||
|
description = "internal crate"
|
||||||
|
repository = "https://github.com/griffi-gh/hui"
|
||||||
|
readme = "../README.md"
|
||||||
|
authors = ["griffi-gh <prasol258@gmail.com>"]
|
||||||
version = "0.1.0-alpha.5"
|
version = "0.1.0-alpha.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
publish = true
|
||||||
|
include = [
|
||||||
|
"src/**/*.rs",
|
||||||
|
"Cargo.toml",
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
glam = "0.29"
|
glam = "0.29"
|
||||||
|
|
|
@ -15,7 +15,7 @@ include = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false }
|
hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false }
|
||||||
winit = { version = "0.30", 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_30 = { package = "winit", version = "0.30", default-features = false, optional = true }
|
||||||
# winit_29 = { package = "winit", version = "0.29", default-features = false, optional = true }
|
# winit_29 = { package = "winit", version = "0.29", default-features = false, optional = true }
|
||||||
glam = "0.29"
|
glam = "0.29"
|
||||||
|
|
Loading…
Reference in a new issue