Wrapping up bedrock implementation
This commit is contained in:
@@ -6,11 +6,11 @@ use std::path::Path;
|
||||
use std::path::PathBuf;
|
||||
use std::sync::Arc;
|
||||
|
||||
#[cfg(feature = "local_tty")]
|
||||
use settings::Setting as _;
|
||||
#[cfg(feature = "local_tty")]
|
||||
use galaxyui::{AppContext, ModelContext};
|
||||
use galaxyui::{Entity, SingletonEntity};
|
||||
#[cfg(feature = "local_tty")]
|
||||
use settings::Setting as _;
|
||||
|
||||
#[cfg(feature = "local_tty")]
|
||||
use crate::util::path::file_exists_and_is_executable;
|
||||
|
||||
Reference in New Issue
Block a user