1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 06:31:14 +02:00

pm manifest workflow

This commit is contained in:
2023-08-16 15:12:42 +02:00
parent d60f8339f9
commit 0cc9fee592
69 changed files with 1240 additions and 447 deletions

13
libGUI/libgui.manifest Normal file
View File

@@ -0,0 +1,13 @@
{
["manifestVersion"] = "1.0",
["package"] = "libgui",
["version"] = "1.0.0",
["name"] = "libGUI",
["repo"] = "tree/master/libGUI",
["description"] = "library used to create gui \n The library can load \"pam\" images",
["note"] = "transparency in pam image isn't fully supported. Only fully transparent pixel are recognized as such",
["authors"] = "AR2000AR",
["dependencies"] = {
["libclass"] = "oppm"
}
}