1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-06 21:51:14 +02:00
Files
openComputers_codes/libGUI/libgui.manifest
2023-08-16 15:12:42 +02:00

13 lines
418 B
Plaintext

{
["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"
}
}