Skip to content

Commit 91f12a2

Browse files
committed
added tags to alire manifests
1 parent 371531e commit 91f12a2

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

opengl-glfw/alire.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ licenses = "MIT"
77
maintainers = ["Felix Krause <[email protected]>"]
88
maintainers-logins = ["flyx"]
99
project-files = ["opengl-glfw.gpr"]
10+
tags = ["opengl", "glfw", "binding", "gui"]
1011

1112
[[depends-on]]
1213
openglada = "~0.9.0"

opengl-images/alire.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ licenses = "MIT"
77
maintainers = ["Felix Krause <[email protected]>"]
88
maintainers-logins = ["flyx"]
99
project-files = ["opengl-images.gpr"]
10+
tags = ["opengl", "rendering", "graphics"]
1011

1112
[[depends-on]]
1213
gid = "^9.0.0"

opengl-text/alire.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ licenses = "MIT"
77
maintainers = ["Felix Krause <[email protected]>"]
88
maintainers-logins = ["flyx"]
99
project-files = ["opengl-text.gpr"]
10+
tags = ["opengl", "rendering", "fonts"]
1011

1112
[[depends-on]]
1213
openglada = "~0.9.0"

opengl/alire.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ licenses = "MIT"
77
maintainers = ["Felix Krause <[email protected]>"]
88
maintainers-logins = ["flyx"]
99
project-files = ["opengl.gpr"]
10+
tags = ["opengl", "binding", "rendering", "graphics"]
1011

1112
[[depends-on]]
1213
[depends-on."case(os)".linux]

0 commit comments

Comments
 (0)