From 3a1f9fe6800ef5fe7bbf1c0a5976720383ba84fe Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Mon, 23 Mar 2026 19:50:18 +0200 Subject: Rewrite native code in Odin and use ECS --- lib/ols.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/ols.json (limited to 'lib/ols.json') diff --git a/lib/ols.json b/lib/ols.json new file mode 100644 index 0000000..89c69d7 --- /dev/null +++ b/lib/ols.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json", + "profile": "default", + "profiles": [ + { + "name": "default", + "checker_path": [ "." ], + "defines": { + "ODIN_DEBUG": "true" + } + } + ] +} -- cgit v1.2.3