Fix project name in meson.build

This commit is contained in:
Zachary Hall 2023-06-04 03:27:14 -07:00
parent 6796c238a5
commit f2c794d362

View file

@ -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'])