mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
Bumped version to 2.0.1.
Added Flathub link.
This commit is contained in:
parent
5ffbab8208
commit
9acd3dbc9b
@ -67,6 +67,8 @@ To cross-compile for Windows, install a 64-bit version of mingw and its `SDL2` a
|
|||||||
|
|
||||||
Some distributions provide a package in their repository. You can use those for easier dependency management and updates.
|
Some distributions provide a package in their repository. You can use those for easier dependency management and updates.
|
||||||
|
|
||||||
|
This project is available as Flatpak on [Flathub](https://flathub.org/apps/details/com.github.k4zmu2a.spacecadetpinball).
|
||||||
|
|
||||||
### On macOS
|
### On macOS
|
||||||
|
|
||||||
* **Homebrew**: Install the `SDL2`, `SDL2_mixer` homebrew packages.
|
* **Homebrew**: Install the `SDL2`, `SDL2_mixer` homebrew packages.
|
||||||
|
@ -898,7 +898,7 @@ void winmain::a_dialog()
|
|||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
ImGui::TextUnformatted("Decompiled -> Ported to SDL");
|
ImGui::TextUnformatted("Decompiled -> Ported to SDL");
|
||||||
ImGui::TextUnformatted("Version 2.0");
|
ImGui::TextUnformatted("Version 2.0.1");
|
||||||
if (ImGui::SmallButton("Project home: https://github.com/k4zmu2a/SpaceCadetPinball"))
|
if (ImGui::SmallButton("Project home: https://github.com/k4zmu2a/SpaceCadetPinball"))
|
||||||
{
|
{
|
||||||
#if SDL_VERSION_ATLEAST(2, 0, 14)
|
#if SDL_VERSION_ATLEAST(2, 0, 14)
|
||||||
|
Loading…
Reference in New Issue
Block a user