Skip to content
Snippets Groups Projects
Commit 31598466 authored by Dimchikkk's avatar Dimchikkk
Browse files

prepare for publish

parent f3b2500b
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -54,10 +54,3 @@ web-sys = { version = "0.3.70", features = [
[dev-dependencies]
insta = "1.29.0"
bevy_editor_pls = "0.11.0"
[patch.crates-io]
# remove once https://github.com/jakobhellermann/bevy_editor_pls/pull/118 lands and is published
bevy_editor_pls = { git = "https://github.com/ActuallyHappening/bevy_editor_pls.git" }
# remove once https://github.com/urholaukkarinen/transform-gizmo/pull/85 lands and is published
transform-gizmo-bevy = { git = "https://github.com/ActuallyHappening/transform-gizmo.git" }
Migrate to using bevy builtin CosmicFontSystem resource and CosmicBuffer component
Maintain invariant of FocusedWidget using observers, and add events for focus change
Fix bug where clicking on a UiNode changes the editor from looking 'squished' to looking normal.
Add an xcode subcommand to run a simulated CI run for cargo fmt and lint checking
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment