Skip to content

Commit

Permalink
Try to fix ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
anchpop committed Oct 16, 2024
1 parent 87f802c commit 262cbf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions OpenGL/src/Application.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "imgui.h"
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include <optional>

class Application {
public:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir build
cd build
// install dependencies: cmake, ninja, opengl
// detailed instructions are in .github/workflows/release.yaml
cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. && ninja && ./OpenGL/SpaceBoom
cmake -GNinja -DCMAKE_BUILD_TYPE=Release .. && ninja && ./OpenGL/Spec-Hops
```

to run:
Expand Down
4 changes: 2 additions & 2 deletions web/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>SpaceBoom Game</title>
<title>Spec-Hops</title>
<link rel="stylesheet" href="static/css/styles.css">
</head>
<body>
<hr/>
<img src="static/images/logo.png" alt="SpaceBoom" id="logo" />
<img src="static/images/logo.png" alt="Spec-Hops" id="logo" />

<figure style="overflow:visible;" id="spinner">
<div class="spinner"></div>
Expand Down

0 comments on commit 262cbf0

Please sign in to comment.