-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconanfile.txt
87 lines (85 loc) · 1.95 KB
/
conanfile.txt
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[requires]
spdlog/1.11.0
tomlplusplus/3.3.0
yaml-cpp/0.7.0
glm/cci.20230113
glfw/3.3.8
vulkan-headers/1.3.239.0
vulkan-memory-allocator/3.0.1
spirv-cross/cci.20211113
entt/3.11.1
stb/cci.20220909
imgui/cci.20230105+1.89.2.docking
assimp/5.2.2
portable-file-dialogs/0.1.0
[options]
fmt:header_only=True
spdlog:header_only=True
assimp:with_3d=False
assimp:with_3ds=False
assimp:with_3ds_exporter=False
assimp:with_3mf=False
assimp:with_3mf_exporter=False
assimp:with_ac=False
assimp:with_amf=False
assimp:with_ase=False
assimp:with_assbin=False
assimp:with_assbin_exporter=False
assimp:with_assjson_exporter=False
assimp:with_assxml_exporter=False
assimp:with_b3d=False
assimp:with_blend=False
assimp:with_bvh=False
assimp:with_cob=False
assimp:with_collada=False
assimp:with_collada_exporter=False
assimp:with_csm=False
assimp:with_dxf=False
assimp:with_fbx=True
assimp:with_fbx_exporter=False
assimp:with_gltf=True
assimp:with_gltf_exporter=False
assimp:with_hmp=False
assimp:with_ifc=False
assimp:with_iqm=False
assimp:with_irr=False
assimp:with_irrmesh=False
assimp:with_lwo=False
assimp:with_lws=False
assimp:with_m3d=False
assimp:with_m3d_exporter=False
assimp:with_md2=False
assimp:with_md3=False
assimp:with_md5=False
assimp:with_mdc=False
assimp:with_mdl=False
assimp:with_mmd=False
assimp:with_ms3d=False
assimp:with_ndo=False
assimp:with_nff=False
assimp:with_obj=True
assimp:with_obj_exporter=False
assimp:with_off=False
assimp:with_ogre=False
assimp:with_opengex=False
assimp:with_opengex_exporter=False
assimp:with_pbrt_exporter=False
assimp:with_ply=False
assimp:with_ply_exporter=False
assimp:with_q3bsp=False
assimp:with_q3d=False
assimp:with_raw=False
assimp:with_sib=False
assimp:with_smd=False
assimp:with_step=False
assimp:with_step_exporter=False
assimp:with_stl=False
assimp:with_stl_exporter=False
assimp:with_terragen=False
assimp:with_x=False
assimp:with_x3d=False
assimp:with_x3d_exporter=False
assimp:with_x_exporter=False
assimp:with_xgl=False
[generators]
premake