issues
search
nicopap
/
cuicui_layout
The dumbest and simplest layouting algorithm for bevy
40
stars
2
forks
source link
Add import statements
#110
Open
nicopap
opened
11 months ago
nicopap
commented
11 months ago
Add publicity modifier to templates, you can mark them as
pub
The root statement is now optional
Add a
use
statement to import templates from other files
Dependencies are properly handled, so that when you modify a template from any file, all scenes that depend on this template get updated.
Closes #73
Future:
Add a base library of templates that can be imported anywhere
pub
use
statement to import templates from other filesFuture: