idk
This commit is contained in:
@@ -15,6 +15,7 @@ pub struct ProjectContext {
|
||||
}
|
||||
|
||||
impl ProjectContext {
|
||||
#[allow(dead_code)]
|
||||
pub fn new() -> Self {
|
||||
Self::default()
|
||||
}
|
||||
@@ -37,6 +38,7 @@ impl ProjectContext {
|
||||
std::fs::write(path, content).unwrap();
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn ui(&mut self, ui: &mut egui::Ui) {
|
||||
// table
|
||||
egui::Grid::new("context_editor")
|
||||
|
||||
Reference in New Issue
Block a user