diff --git a/notes/layout-scripts.txt b/notes/layout-scripts.txt index 17a273eb..5df71552 100644 --- a/notes/layout-scripts.txt +++ b/notes/layout-scripts.txt @@ -30,6 +30,10 @@ meta globalTableFormatting : { **There is no way around a tree structure in the markup.** +elem div k{ + +} + elem table { meta tableFormatting { color: Black, diff --git a/src/main.rs b/src/main.rs index 6638e334..d983ef40 100644 --- a/src/main.rs +++ b/src/main.rs @@ -71,7 +71,26 @@ struct TrSprite { entity: Entity, } + + + pub fn main() { + + + + + + + + + + + + + + + + //hprof::start_frame(); //let g = hprof::enter("vulkan preload");