summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 735c25d..aa5a312 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,11 @@ mod render;
fn main() {
println!("Warming up...");
+
+ // let mut ctx = ctx::Ctx::new_empty();
+ // let quad: quad::Node<u8, u8> = quad::Node::new_empty(&mut ctx);
+
render::graphics();
+
println!("Hello!");
}