rename libraries

fix

remove
This commit is contained in:
2025-11-17 16:37:02 -07:00
parent 55347be232
commit d77320d445
34 changed files with 129 additions and 128 deletions

10
userlib/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "userlib"
version = "0.1.0"
edition = "2024"
[dependencies]
userlib_sys = { path = "../userlib_sys" }
embedded-graphics = "0.8.1"
once_cell = { version = "1", default-features = false }
rand_core = "0.9.3"