From f2c794d362fe3bd79fdbc1917e8d61cf82cdb139 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sun, 4 Jun 2023 03:27:14 -0700 Subject: [PATCH] Fix project name in meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a65453c..bea2302 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('looping-audio-player-raylib', ['c', 'cpp'], +project('neko-player', ['c', 'cpp'], version : '0.1', default_options : ['warning_level=3', 'cpp_std=c++20'])