summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/imgui/qt_attribution.json
blob: c5599b70e519019cff3784a8d51944c92cf424b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
    {
        "Id": "imgui",
        "Name": "Dear ImGui",
        "QDocModule": "qt3d",
        "Description": "Dear ImGui",
        "QtUsage": "Used in tests to demonstrate and verify the integration of an external GUI library.",

        "Homepage": "https://github.com/ocornut/imgui",
        "Version": "v1.66b",
        "License": "MIT License",
        "LicenseId": "MIT",
        "LicenseFile": "LICENSE.txt",
        "Copyright": "Copyright (c) 2014-2018 Omar Cornut"
    },
    {
        "Id": "imgui-proggyclean",
        "Name": "Dear ImGui - ProggyClean.ttf",
        "QDocModule": "qt3d",
        "Description": "ProggyClean.ttf font that is embedded into Dear ImGui",
        "QtUsage": "Used in tests to demonstrate and verify the integration of an external GUI library.",
        "Files": "imgui_draw.cpp",

        "Homepage": "http://upperbounds.net",
        "License": "MIT License",
        "LicenseId": "MIT",
        "LicenseFile": "LICENSE_proggyclean.txt",
        "Copyright": "Copyright (c) 2004, 2005 Tristan Grimmer"
    },
    {
        "Id": "imgui-proggyclean",
        "Name": "Dear ImGui - stb",
        "QDocModule": "qt3d",
        "Description": "Single-file public domain (or MIT licensed) libraries for C/C++",
        "QtUsage": "Used in tests to demonstrate and verify the integration of an external GUI library.",
        "Files": "imstb_rectpack.h,imstb_textedit.h,imstb_truetype.h",

        "Homepage": "https://github.com/nothings/stb/",
        "License": "MIT License or Public Domain",
        "LicenseFile": "LICENSE_imstb.txt",
        "Copyright": "Copyright (c) 2017 Sean Barrett"
    }
]