mattercontrol/config.json

10 lines
585 B
JSON
Raw Normal View History

{
"ProviderTypes": {
"OsInformationProvider": "MatterHackers.Agg.Platform.WinformsInformationProvider, agg_platform_win32",
"DialogProvider": "MatterHackers.Agg.Platform.WinformsFileDialogProvider, agg_platform_win32",
2017-10-05 16:31:31 -07:00
"SystemWindow": "MatterHackers.Agg.UI.OpenGLSystemWindow, agg_platform_win32",
"SystemWindowProvider": "MatterHackers.Agg.UI.WinformsSystemWindowProvider, agg_platform_win32",
"ImageIOProvider": "MatterHackers.Agg.Image.ImageIOWindowsPlugin, agg_platform_win32",
"StaticDataProvider": "MatterHackers.Agg.FileSystemStaticData, agg_platform_win32"
}
}