From 8ce117f0b3fd4ceeb1d7058dde8793e4421ec076 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:44:50 +1000 Subject: trying to get rust bindgen working --- examples/triangle.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples') diff --git a/examples/triangle.c b/examples/triangle.c index caa427d..1c81d38 100644 --- a/examples/triangle.c +++ b/examples/triangle.c @@ -1 +1,9 @@ // Example demonstrating basic RAL usage by rendering a triangle + +#include + +int main() { + Core_Bringup("Celeritas Example: Triangle", NULL); + + return 0; +} -- cgit v1.2.3-70-g09d2