Update dependency link
This commit is contained in:
parent
90df19cbd7
commit
43a36c0b75
2 changed files with 1 additions and 6 deletions
|
@ -9,8 +9,7 @@ edition = "2021"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
vulkan-rs = { git = "https://gavania.de/Gavania/Gavania.git", branch = "0.2.0_dev" }
|
||||
# vulkan-rs = { path = "/home/michael/Dokumente/Workspace/Gavania/vulkan-rs" }
|
||||
vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
|
||||
rfactor_sm_reader = { git = "https://gavania.de/hodasemi/rfactor_sm_reader.git" }
|
||||
|
||||
anyhow = { version = "1.0.68", features = ["backtrace"] }
|
||||
|
|
|
@ -47,10 +47,6 @@ impl Overlay {
|
|||
self.device.as_ref().unwrap().clone()
|
||||
}
|
||||
|
||||
pub fn has_queue(&self) -> bool {
|
||||
self.queue.is_some()
|
||||
}
|
||||
|
||||
pub fn set_queue(&mut self, queue: Arc<Mutex<Queue>>) {
|
||||
self.queue = Some(queue);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue