diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:24 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:24 +0100 |
commit | 09a777d42d6301028cd3a8967ff6a82e703c8800 (patch) | |
tree | 79ac93287a15e8b0f90e1ac5d6981fa6eaeb6229 /stockton-skeleton/src/target.rs | |
parent | 6367a9ba5a549b62f01da61fb50323877b9f52ff (diff) |
refactor(all): remove levels and render
Diffstat (limited to 'stockton-skeleton/src/target.rs')
-rw-r--r-- | stockton-skeleton/src/target.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-skeleton/src/target.rs b/stockton-skeleton/src/target.rs index 23f56b9..68829b1 100644 --- a/stockton-skeleton/src/target.rs +++ b/stockton-skeleton/src/target.rs @@ -4,8 +4,8 @@ use crate::{ context::ContextProperties, draw_passes::{DrawPass, Singular}, + session::Session, types::*, - session::Session }; use std::{ |