Skip to content

Commit

Permalink
Prepare version 2.6.0 aligned with CSFML 2.6.0
Browse files Browse the repository at this point in the history
And include vulkan test to `test/Makefile`.
  • Loading branch information
mgrojo committed Feb 13, 2024
1 parent bd6379e commit 2447879
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "asfml"
description = "An Ada binding to SFML, the Simple and Fast Multimedia Library"
version = "2.6.0-c1"
version = "2.6.0"
long-description = """
[![ASFML logo](https://raw.githubusercontent.com/mgrojo/ASFML/master/images/ASFML_Logo.svg)](https://www.sfml-dev.org)
![Ada (GNAT)](https://github.com/mgrojo/ASFML/workflows/Ada%20(GNAT)/badge.svg)
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS:=clock example graphics music opengl pong renderwindow thread window
SUBDIRS:=clock example graphics music opengl pong renderwindow thread window vulkan

.PHONY: all clean run

Expand Down
4 changes: 2 additions & 2 deletions tests/vulkan/main.gpr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
with "../../asfml_opengl.gpr";
with "../../asfml.gpr";

project Main is

Expand All @@ -9,4 +9,4 @@ project Main is
for Main use ("main.adb");
for Exec_Dir use ".";

end Main;
end Main;

0 comments on commit 2447879

Please sign in to comment.