1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-03-31 21:16:28 -05:00

add hui-euc TODO

This commit is contained in:
griffi-gh 2025-03-12 11:40:19 +01:00
parent 1b71488df8
commit ccb1b66080
3 changed files with 17 additions and 0 deletions

View file

@ -11,4 +11,5 @@ members = [
"hui-winit",
"hui-loaders",
"bevy_hui",
"hui-euc",
]

13
hui-euc/Cargo.toml Normal file
View 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
View file

@ -0,0 +1,3 @@
#![no_std]
// TODO