Compare commits
2 commits
9265d66418
...
837a877dbe
Author | SHA1 | Date | |
---|---|---|---|
837a877dbe | |||
477a844c7f |
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ use crate::prelude::*;
|
|||
use anyhow::{Result, anyhow};
|
||||
use assetpath::AssetPath;
|
||||
|
||||
use ecs::World;
|
||||
use ecs::{Resource, World};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use utilities::{impl_reprc, prelude::*};
|
||||
use vulkan_rs::{prelude::*, render_target::sub_pass::InputAttachmentInfo};
|
||||
|
@ -181,6 +181,7 @@ impl TextToScreen {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Resource)]
|
||||
pub struct GuiHandler {
|
||||
device: Arc<Device>,
|
||||
queue: Arc<Mutex<Queue>>,
|
||||
|
|
Loading…
Reference in a new issue