Update to bevy 0.15 (#166)
* feat: main code compiles (untested) * feat: basic_sprite example works as expected * mark: example basic_ui works * mark: every_option example works except for the border, which was just removed * mark: example font_per_widget works * mark: image_background example works * marK: multiple_sprites example works * marK: placeholder example works * marK: readonly example works * marK: readonly example works * mark: final example works! * feat: updated module structure to use a prelude * feat: fixed all warnings * fix: tests pass * refactor: `CosmicBuffer` -> `CosmicEditBuffer` as `bevy::text::CosmicBuffer` already exists * todo: remove cosmic source component * refactor: Removed `CosmicSource` * feat: Removed old `CosmicWidgetSize` component in favour of an implementation-specific getter world query * feat: half the examples compiling and working Except for this annoying bug with the ui looking weird * mark: only every_option example to go * feat: All examples ported over * refactor: Renamed `ScrollDisabled` to `ScrollEnabled` * fix: cargo doc returns no warnings * refactor: Using bevy builtin `SwashCache` * fix: documentation is now more consistent * fix: documentation and privacy are now much better * fix: wasm compiles again * refactor: utils is now private module * doc: minor adjustments * fix: utils module now public * doc: documented `print_editor_sizes` * fmt * doc: todo * todo: move all target-specific code into render_targets module * todo: clean up lots of mathy code todo with render boxes * wip: trying to debug annoying UI start glitch * feat: fixed final UI bug * fmt
Showing
- Cargo.lock 1650 additions, 417 deletionsCargo.lock
- Cargo.toml 12 additions, 7 deletionsCargo.toml
- TODO.md 5 additions, 0 deletionsTODO.md
- examples/basic_sprite.rs 16 additions, 18 deletionsexamples/basic_sprite.rs
- examples/basic_ui.rs 14 additions, 30 deletionsexamples/basic_ui.rs
- examples/bevy_editor_pls.rs 73 additions, 0 deletionsexamples/bevy_editor_pls.rs
- examples/every_option.rs 35 additions, 46 deletionsexamples/every_option.rs
- examples/font_per_widget.rs 29 additions, 47 deletionsexamples/font_per_widget.rs
- examples/image_background.rs 18 additions, 24 deletionsexamples/image_background.rs
- examples/multiple_sprites.rs 32 additions, 43 deletionsexamples/multiple_sprites.rs
- examples/password.rs 14 additions, 15 deletionsexamples/password.rs
- examples/placeholder.rs 24 additions, 41 deletionsexamples/placeholder.rs
- examples/readonly.rs 18 additions, 44 deletionsexamples/readonly.rs
- examples/sprite_and_ui_clickable.rs 31 additions, 40 deletionsexamples/sprite_and_ui_clickable.rs
- readme.md 2 additions, 1 deletionreadme.md
- src/buffer.rs 89 additions, 67 deletionssrc/buffer.rs
- src/cosmic_edit.rs 64 additions, 160 deletionssrc/cosmic_edit.rs
- src/cursor.rs 34 additions, 85 deletionssrc/cursor.rs
- src/events.rs 1 addition, 0 deletionssrc/events.rs
- src/focus.rs 9 additions, 5 deletionssrc/focus.rs
Loading
Please register or sign in to comment