From 424345374f079d91f085a0ee73909b1cbc67c76b Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Wed, 28 Feb 2024 08:44:35 +0100 Subject: [PATCH] Rename project This is more the engine than the game project. It's possible that the game will go into a separate repository at some point. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5f8cc57..e433d07 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('voyage', ['c', 'cpp'], +project('rtengine', ['c', 'cpp'], default_options: ['buildtype=debug', 'b_sanitize=address', 'c_std=c17',