Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -31,10 +31,10 @@ use jsonrpc::ServerNotificationEvent;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
use simple_logger::manager::LogManager;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
use warp_core::features::FeatureFlag;
|
||||
use galaxy_core::features::FeatureFlag;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
use warpui::SingletonEntity;
|
||||
use warpui::{r#async::executor::Background, Entity, ModelContext};
|
||||
use galaxyui::SingletonEntity;
|
||||
use galaxyui::{r#async::executor::Background, Entity, ModelContext};
|
||||
|
||||
static NEXT_LANGUAGE_SERVER_ID: AtomicUsize = AtomicUsize::new(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user