Notes
2024
-
3:03pm -
erust
library After test casing theapps/rust_wasm_embed
, I want to move some of theegui
functions into theerust
library / packages / crate, so that I can use them in multiple applictions. The first module inside of theerust
library will be theironatom.rs
. I will migrate some of the generic boilerplate into this module and test case the build from that aspect. -
4:16pm -
debug
I was able to split the application and library, now I am going to add state management inside of theerust
library. During the debug stage, I went ahead and split the codebase up, as planned and started to build out widgets for theerust
application. One of the next objectives would be to integrate some images into the WASM, including the background. I would like it so that the user has some integration settings but that might have to be done later on.Two additional libraries that I wanted to add were:
reqwest
, at version 0.11 andimage
.
Quote
“.” —
Tasks
- - No Tasks!