mirror of
https://github.com/griffi-gh/hUI.git
synced 2025-04-02 14:06:29 -05:00
add hui-euc TODO
This commit is contained in:
parent
1b71488df8
commit
ccb1b66080
|
@ -11,4 +11,5 @@ members = [
|
||||||
"hui-winit",
|
"hui-winit",
|
||||||
"hui-loaders",
|
"hui-loaders",
|
||||||
"bevy_hui",
|
"bevy_hui",
|
||||||
|
"hui-euc",
|
||||||
]
|
]
|
||||||
|
|
13
hui-euc/Cargo.toml
Normal file
13
hui-euc/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[package]
|
||||||
|
name = "hui-euc"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2024"
|
||||||
|
publish = false
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
euc = { version = "0.5", default-features = false, features = ["libm"] }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = [ "std" ]
|
||||||
|
std = [ "euc/std" ]
|
||||||
|
libm = [ "euc/libm" ]
|
3
hui-euc/src/lib.rs
Normal file
3
hui-euc/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#![no_std]
|
||||||
|
|
||||||
|
// TODO
|
Loading…
Reference in a new issue