diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b51079..b135401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(graphs VERSION 0.0.48) +project(graphs VERSION 0.0.49) option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) option(ENABLE_UBSAN "Enable the ub sanitizer" OFF) diff --git a/src/main.cpp b/src/main.cpp index 7138e34..4cd6a4c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,10 @@ void init(const blt::gfx::window_data& data) using namespace blt::gfx; resources.setPrefixDirectory("../"); + resources.enqueue("res/debian.png", "debian"); + resources.enqueue("res/parker.png", "parker"); resources.enqueue("res/parkerpoint.png", "parker_point"); + resources.enqueue("res/parker cat ears.jpg", "parkercat"); global_matrices.create_internals(); resources.load_resources();