aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-11-30 13:42:01 +0000
committerGitHub <noreply@github.com>2017-11-30 13:42:01 +0000
commit935cb54d677db605337cd3212784a2080f71193c (patch)
tree17605bd495fa2b3a4bd58bd5a4a85cf8fb24d9be
parentfc31f14c2db07cd0fa4721742c00abb9d6a83740 (diff)
parente99be0d335ef0023af28631159f32f3f4a1ead28 (diff)
downloadpackages-935cb54d677db605337cd3212784a2080f71193c.tar.gz
packages-935cb54d677db605337cd3212784a2080f71193c.zip
Merge pull request #624 from Tormund/patch-1
Add os_files package
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 331b982..29ca643 100644
--- a/packages.json
+++ b/packages.json
@@ -7745,5 +7745,17 @@
"description": "Nico game engine",
"license": "MIT",
"web": "https://github.com/ftsf/nico"
+ },{
+ "name": "os_files",
+ "url": "https://github.com/tormund/os_files",
+ "method": "git",
+ "tags": [
+ "dialogs",
+ "file",
+ "icon"
+ ],
+ "description": "Crossplatform (x11, windows, osx) native file dialogs; sytem file/folder icons in any resolution; open file with default application",
+ "license": "MIT",
+ "web": "https://github.com/tormund/os_files"
}
]