switch nixpkgs version
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
#include "App.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
if(!glfwInit()) {
|
||||
std::cout << "Still no glfw!\n";
|
||||
std::abort();
|
||||
}
|
||||
App app(argc, argv);
|
||||
app.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user