Merge pull request #10 from StarArawn/add-global-state-and-images
Add global state and images
Showing
- bevy_kayak_ui/src/render/unified/pipeline.rs 184 additions, 35 deletionsbevy_kayak_ui/src/render/unified/pipeline.rs
- bevy_kayak_ui/src/render/unified/quad/extract.rs 3 additions, 0 deletionsbevy_kayak_ui/src/render/unified/quad/extract.rs
- bevy_kayak_ui/src/render/unified/shader.wgsl 17 additions, 11 deletionsbevy_kayak_ui/src/render/unified/shader.wgsl
- examples/counter.rs 2 additions, 1 deletionexamples/counter.rs
- examples/full_ui.rs 197 additions, 0 deletionsexamples/full_ui.rs
- examples/image.rs 55 additions, 0 deletionsexamples/image.rs
- examples/nine_patch.rs 98 additions, 0 deletionsexamples/nine_patch.rs
- kayak_components/src/image.rs 20 additions, 0 deletionskayak_components/src/image.rs
- kayak_components/src/lib.rs 4 additions, 0 deletionskayak_components/src/lib.rs
- kayak_components/src/nine_patch.rs 24 additions, 0 deletionskayak_components/src/nine_patch.rs
- kayak_core/Cargo.toml 0 additions, 0 deletionskayak_core/Cargo.toml
- kayak_core/src/context.rs 20 additions, 2 deletionskayak_core/src/context.rs
- kayak_core/src/layout_cache.rs 1 addition, 1 deletionkayak_core/src/layout_cache.rs
- kayak_core/src/lib.rs 2 additions, 0 deletionskayak_core/src/lib.rs
- kayak_core/src/render_command.rs 9 additions, 0 deletionskayak_core/src/render_command.rs
- kayak_core/src/render_primitive.rs 21 additions, 1 deletionkayak_core/src/render_primitive.rs
- kayak_core/src/styles.rs 24 additions, 0 deletionskayak_core/src/styles.rs
- kayak_core/src/widget_manager.rs 1 addition, 0 deletionskayak_core/src/widget_manager.rs
- kayak_render_macros/src/children.rs 80 additions, 37 deletionskayak_render_macros/src/children.rs
- kayak_render_macros/src/widget.rs 0 additions, 2 deletionskayak_render_macros/src/widget.rs
Loading
Please register or sign in to comment