Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -2,10 +2,10 @@ use std::fs;
|
||||
|
||||
use criterion::{Criterion, criterion_group, criterion_main};
|
||||
use rand::{SeedableRng, rngs::StdRng};
|
||||
use warp_editor::content::{
|
||||
use galaxy_editor::content::{
|
||||
buffer::Buffer, selection_model::BufferSelectionModel, text::IndentBehavior,
|
||||
};
|
||||
use warpui::{App, ModelHandle};
|
||||
use galaxyui::{App, ModelHandle};
|
||||
|
||||
const EDIT_SAMPLE_SIZE: usize = 10;
|
||||
const MAX_EDIT_REPLACEMENT_LENGTH: usize = 20;
|
||||
|
||||
Reference in New Issue
Block a user