diff options
Diffstat (limited to 'deps/raylib/projects/Builder/examples/README.md')
-rw-r--r-- | deps/raylib/projects/Builder/examples/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/raylib/projects/Builder/examples/README.md b/deps/raylib/projects/Builder/examples/README.md new file mode 100644 index 0000000..cba3aef --- /dev/null +++ b/deps/raylib/projects/Builder/examples/README.md @@ -0,0 +1 @@ +Open `meson.build` with Builder or run `meson build; cd build; ninja; ./core_basic_window` on the commandline to launch the example. |