Wrapping up bedrock implementation
This commit is contained in:
@@ -14,26 +14,26 @@ use std::{
|
||||
path::{Path, PathBuf},
|
||||
};
|
||||
|
||||
use remote_server::client::RemoteServerClient;
|
||||
use remote_server::manager::RemoteServerManager;
|
||||
use galaxy_core::HostId;
|
||||
use galaxy_util::standardized_path::StandardizedPath;
|
||||
use remote_server::client::RemoteServerClient;
|
||||
use remote_server::manager::RemoteServerManager;
|
||||
|
||||
use futures::io::{AsyncBufReadExt, BufReader};
|
||||
use futures::StreamExt;
|
||||
|
||||
use async_channel::Sender;
|
||||
use galaxy_util::content_version::ContentVersion;
|
||||
use galaxy_util::file::FileSaveError;
|
||||
use galaxy_util::file::{FileId, FileLoadError};
|
||||
use galaxyui::ModelHandle;
|
||||
use galaxyui::{r#async::SpawnedFutureHandle, AppContext, Entity, ModelContext, SingletonEntity};
|
||||
use notify_debouncer_full::notify::{RecursiveMode, WatchFilter};
|
||||
use repo_metadata::{
|
||||
repositories::DetectedRepositories,
|
||||
repository::{RepositorySubscriber, SubscriberId},
|
||||
CanonicalizedPath, Repository, RepositoryUpdate,
|
||||
};
|
||||
use galaxy_util::content_version::ContentVersion;
|
||||
use galaxy_util::file::FileSaveError;
|
||||
use galaxy_util::file::{FileId, FileLoadError};
|
||||
use galaxyui::ModelHandle;
|
||||
use galaxyui::{r#async::SpawnedFutureHandle, AppContext, Entity, ModelContext, SingletonEntity};
|
||||
use watcher::{BulkFilesystemWatcher, BulkFilesystemWatcherEvent};
|
||||
|
||||
pub mod text_file_reader;
|
||||
|
||||
Reference in New Issue
Block a user