Skip to content
Snippets Groups Projects
Commit 6ce77f8d authored by StaffEngineer's avatar StaffEngineer
Browse files

cargo fmt

parent 04f874d5
No related branches found
No related tags found
No related merge requests found
use bevy::prelude::*; use bevy::prelude::*;
use bevy_cosmic_edit::{ use bevy_cosmic_edit::{
bevy_color_to_cosmic, change_active_editor_sprite, change_active_editor_ui, bevy_color_to_cosmic, change_active_editor_sprite, change_active_editor_ui, Attrs, AttrsOwned,
Attrs, AttrsOwned, CosmicAttrs, CosmicBackground, CosmicEditPlugin, CosmicEditUiBundle, Focus, CosmicAttrs, CosmicBackground, CosmicEditPlugin, CosmicEditUiBundle, Focus,
}; };
fn setup(mut commands: Commands, asset_server: Res<AssetServer>) { fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
......
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