aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/lib.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commita748e4c3e3615601ee2afe6d347ef439d8ff50fa (patch)
treefdd32177e38c2e7e8ed66fe1d6af5c8d06caae55 /stockton-render/src/lib.rs
parent86a10c5c34157859e33b8d6ae5e51ec4159ed1cc (diff)
WIP: update gfx-hal
Diffstat (limited to 'stockton-render/src/lib.rs')
-rw-r--r--stockton-render/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-render/src/lib.rs b/stockton-render/src/lib.rs
index 31cf57e..e51a582 100644
--- a/stockton-render/src/lib.rs
+++ b/stockton-render/src/lib.rs
@@ -60,7 +60,7 @@ use std::sync::{Arc, RwLock};
pub struct Renderer<'a> {
world: Arc<RwLock<World<'a>>>,
- pub context: RenderingContext
+ pub context: RenderingContext<'a>
}