From e99be0d335ef0023af28631159f32f3f4a1ead28 Mon Sep 17 00:00:00 2001 From: Volodymyr Melnychuk Date: Thu, 30 Nov 2017 15:10:23 +0200 Subject: [PATCH] Add os_files package file dialog, system file/folder icon, open file with default app --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]