jkb0o / belly

Define the Bevy UI tree with `eml!`, style it using a very-css-like `ess` syntax and relate data data with `bind!` and `connect!`
Apache License 2.0
406 stars 32 forks source link

[eml] Load `*.eml` from asset files #61

Closed ryuujo1573 closed 3 months ago

ryuujo1573 commented 1 year ago

Hi, as title said, what should I do if I want to load some pages from path like pages/main.eml and use the eml file to take place of eml! {} macros?

p.s. I want to make changes to source files working like what HMR does in vite