ImGui.NET.SampleProgram.deps.json 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v6.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v6.0": {
  9. "ImGui.NET.SampleProgram/1.0.0": {
  10. "dependencies": {
  11. "ImGui.NET": "1.89.5.2",
  12. "ImPlot.NET": "0.8.0",
  13. "Veldrid": "4.9.0",
  14. "Veldrid.ImGui": "5.89.2-ga121087cad",
  15. "Veldrid.ImageSharp": "4.9.0",
  16. "Veldrid.StartupUtilities": "4.9.0"
  17. },
  18. "runtime": {
  19. "ImGui.NET.SampleProgram.dll": {}
  20. }
  21. },
  22. "Microsoft.CSharp/4.0.1": {
  23. "dependencies": {
  24. "System.Collections": "4.0.11",
  25. "System.Diagnostics.Debug": "4.0.11",
  26. "System.Dynamic.Runtime": "4.0.11",
  27. "System.Globalization": "4.0.11",
  28. "System.Linq": "4.1.0",
  29. "System.Linq.Expressions": "4.1.0",
  30. "System.ObjectModel": "4.0.12",
  31. "System.Reflection": "4.1.0",
  32. "System.Reflection.Extensions": "4.0.1",
  33. "System.Reflection.Primitives": "4.0.1",
  34. "System.Reflection.TypeExtensions": "4.1.0",
  35. "System.Resources.ResourceManager": "4.0.1",
  36. "System.Runtime": "4.1.0",
  37. "System.Runtime.Extensions": "4.1.0",
  38. "System.Runtime.InteropServices": "4.1.0",
  39. "System.Threading": "4.0.11"
  40. }
  41. },
  42. "Microsoft.DotNet.PlatformAbstractions/2.0.3": {
  43. "dependencies": {
  44. "System.AppContext": "4.1.0",
  45. "System.Collections": "4.0.11",
  46. "System.IO": "4.1.0",
  47. "System.IO.FileSystem": "4.0.1",
  48. "System.Reflection.TypeExtensions": "4.1.0",
  49. "System.Runtime.Extensions": "4.1.0",
  50. "System.Runtime.InteropServices": "4.1.0",
  51. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
  52. },
  53. "runtime": {
  54. "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
  55. "assemblyVersion": "2.0.3.0",
  56. "fileVersion": "2.0.3.0"
  57. }
  58. }
  59. },
  60. "Microsoft.Extensions.DependencyModel/2.0.3": {
  61. "dependencies": {
  62. "Microsoft.DotNet.PlatformAbstractions": "2.0.3",
  63. "Newtonsoft.Json": "9.0.1",
  64. "System.Diagnostics.Debug": "4.0.11",
  65. "System.Dynamic.Runtime": "4.0.11",
  66. "System.Linq": "4.1.0"
  67. },
  68. "runtime": {
  69. "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {
  70. "assemblyVersion": "2.0.3.0",
  71. "fileVersion": "2.0.3.0"
  72. }
  73. }
  74. },
  75. "Microsoft.NETCore.Platforms/1.0.1": {},
  76. "Microsoft.NETCore.Targets/1.0.1": {},
  77. "NativeLibraryLoader/1.0.13": {
  78. "dependencies": {
  79. "Microsoft.Extensions.DependencyModel": "2.0.3"
  80. },
  81. "runtime": {
  82. "lib/netstandard2.0/NativeLibraryLoader.dll": {
  83. "assemblyVersion": "1.0.13.0",
  84. "fileVersion": "1.0.13.0"
  85. }
  86. }
  87. },
  88. "Newtonsoft.Json/9.0.1": {
  89. "dependencies": {
  90. "Microsoft.CSharp": "4.0.1",
  91. "System.Collections": "4.0.11",
  92. "System.Diagnostics.Debug": "4.0.11",
  93. "System.Dynamic.Runtime": "4.0.11",
  94. "System.Globalization": "4.0.11",
  95. "System.IO": "4.1.0",
  96. "System.Linq": "4.1.0",
  97. "System.Linq.Expressions": "4.1.0",
  98. "System.ObjectModel": "4.0.12",
  99. "System.Reflection": "4.1.0",
  100. "System.Reflection.Extensions": "4.0.1",
  101. "System.Resources.ResourceManager": "4.0.1",
  102. "System.Runtime": "4.1.0",
  103. "System.Runtime.Extensions": "4.1.0",
  104. "System.Runtime.Serialization.Primitives": "4.1.1",
  105. "System.Text.Encoding": "4.0.11",
  106. "System.Text.Encoding.Extensions": "4.0.11",
  107. "System.Text.RegularExpressions": "4.1.0",
  108. "System.Threading": "4.0.11",
  109. "System.Threading.Tasks": "4.0.11",
  110. "System.Xml.ReaderWriter": "4.0.11",
  111. "System.Xml.XDocument": "4.0.11"
  112. },
  113. "runtime": {
  114. "lib/netstandard1.0/Newtonsoft.Json.dll": {
  115. "assemblyVersion": "9.0.0.0",
  116. "fileVersion": "9.0.1.19813"
  117. }
  118. }
  119. },
  120. "PolySharp/1.10.0": {},
  121. "runtime.native.System/4.0.0": {
  122. "dependencies": {
  123. "Microsoft.NETCore.Platforms": "1.0.1",
  124. "Microsoft.NETCore.Targets": "1.0.1"
  125. }
  126. },
  127. "SharpGen.Runtime/2.0.0-beta.13": {
  128. "dependencies": {
  129. "PolySharp": "1.10.0"
  130. },
  131. "runtime": {
  132. "lib/net6.0/SharpGen.Runtime.dll": {
  133. "assemblyVersion": "2.0.0.0",
  134. "fileVersion": "2.0.0.0"
  135. }
  136. }
  137. },
  138. "SharpGen.Runtime.COM/2.0.0-beta.13": {
  139. "dependencies": {
  140. "PolySharp": "1.10.0",
  141. "SharpGen.Runtime": "2.0.0-beta.13"
  142. },
  143. "runtime": {
  144. "lib/net6.0/SharpGen.Runtime.COM.dll": {
  145. "assemblyVersion": "2.0.0.0",
  146. "fileVersion": "2.0.0.0"
  147. }
  148. }
  149. },
  150. "SixLabors.ImageSharp/1.0.4": {
  151. "runtime": {
  152. "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
  153. "assemblyVersion": "1.0.0.0",
  154. "fileVersion": "1.0.4.0"
  155. }
  156. }
  157. },
  158. "System.AppContext/4.1.0": {
  159. "dependencies": {
  160. "System.Runtime": "4.1.0"
  161. }
  162. },
  163. "System.Buffers/4.4.0": {},
  164. "System.Collections/4.0.11": {
  165. "dependencies": {
  166. "Microsoft.NETCore.Platforms": "1.0.1",
  167. "Microsoft.NETCore.Targets": "1.0.1",
  168. "System.Runtime": "4.1.0"
  169. }
  170. },
  171. "System.Diagnostics.Debug/4.0.11": {
  172. "dependencies": {
  173. "Microsoft.NETCore.Platforms": "1.0.1",
  174. "Microsoft.NETCore.Targets": "1.0.1",
  175. "System.Runtime": "4.1.0"
  176. }
  177. },
  178. "System.Diagnostics.Tools/4.0.1": {
  179. "dependencies": {
  180. "Microsoft.NETCore.Platforms": "1.0.1",
  181. "Microsoft.NETCore.Targets": "1.0.1",
  182. "System.Runtime": "4.1.0"
  183. }
  184. },
  185. "System.Dynamic.Runtime/4.0.11": {
  186. "dependencies": {
  187. "System.Collections": "4.0.11",
  188. "System.Diagnostics.Debug": "4.0.11",
  189. "System.Globalization": "4.0.11",
  190. "System.Linq": "4.1.0",
  191. "System.Linq.Expressions": "4.1.0",
  192. "System.ObjectModel": "4.0.12",
  193. "System.Reflection": "4.1.0",
  194. "System.Reflection.Emit": "4.0.1",
  195. "System.Reflection.Emit.ILGeneration": "4.0.1",
  196. "System.Reflection.Primitives": "4.0.1",
  197. "System.Reflection.TypeExtensions": "4.1.0",
  198. "System.Resources.ResourceManager": "4.0.1",
  199. "System.Runtime": "4.1.0",
  200. "System.Runtime.Extensions": "4.1.0",
  201. "System.Threading": "4.0.11"
  202. }
  203. },
  204. "System.Globalization/4.0.11": {
  205. "dependencies": {
  206. "Microsoft.NETCore.Platforms": "1.0.1",
  207. "Microsoft.NETCore.Targets": "1.0.1",
  208. "System.Runtime": "4.1.0"
  209. }
  210. },
  211. "System.IO/4.1.0": {
  212. "dependencies": {
  213. "Microsoft.NETCore.Platforms": "1.0.1",
  214. "Microsoft.NETCore.Targets": "1.0.1",
  215. "System.Runtime": "4.1.0",
  216. "System.Text.Encoding": "4.0.11",
  217. "System.Threading.Tasks": "4.0.11"
  218. }
  219. },
  220. "System.IO.FileSystem/4.0.1": {
  221. "dependencies": {
  222. "Microsoft.NETCore.Platforms": "1.0.1",
  223. "Microsoft.NETCore.Targets": "1.0.1",
  224. "System.IO": "4.1.0",
  225. "System.IO.FileSystem.Primitives": "4.0.1",
  226. "System.Runtime": "4.1.0",
  227. "System.Runtime.Handles": "4.0.1",
  228. "System.Text.Encoding": "4.0.11",
  229. "System.Threading.Tasks": "4.0.11"
  230. }
  231. },
  232. "System.IO.FileSystem.Primitives/4.0.1": {
  233. "dependencies": {
  234. "System.Runtime": "4.1.0"
  235. }
  236. },
  237. "System.Linq/4.1.0": {
  238. "dependencies": {
  239. "System.Collections": "4.0.11",
  240. "System.Diagnostics.Debug": "4.0.11",
  241. "System.Resources.ResourceManager": "4.0.1",
  242. "System.Runtime": "4.1.0",
  243. "System.Runtime.Extensions": "4.1.0"
  244. }
  245. },
  246. "System.Linq.Expressions/4.1.0": {
  247. "dependencies": {
  248. "System.Collections": "4.0.11",
  249. "System.Diagnostics.Debug": "4.0.11",
  250. "System.Globalization": "4.0.11",
  251. "System.IO": "4.1.0",
  252. "System.Linq": "4.1.0",
  253. "System.ObjectModel": "4.0.12",
  254. "System.Reflection": "4.1.0",
  255. "System.Reflection.Emit": "4.0.1",
  256. "System.Reflection.Emit.ILGeneration": "4.0.1",
  257. "System.Reflection.Emit.Lightweight": "4.0.1",
  258. "System.Reflection.Extensions": "4.0.1",
  259. "System.Reflection.Primitives": "4.0.1",
  260. "System.Reflection.TypeExtensions": "4.1.0",
  261. "System.Resources.ResourceManager": "4.0.1",
  262. "System.Runtime": "4.1.0",
  263. "System.Runtime.Extensions": "4.1.0",
  264. "System.Threading": "4.0.11"
  265. }
  266. },
  267. "System.Numerics.Vectors/4.5.0": {},
  268. "System.ObjectModel/4.0.12": {
  269. "dependencies": {
  270. "System.Collections": "4.0.11",
  271. "System.Diagnostics.Debug": "4.0.11",
  272. "System.Resources.ResourceManager": "4.0.1",
  273. "System.Runtime": "4.1.0",
  274. "System.Threading": "4.0.11"
  275. }
  276. },
  277. "System.Reflection/4.1.0": {
  278. "dependencies": {
  279. "Microsoft.NETCore.Platforms": "1.0.1",
  280. "Microsoft.NETCore.Targets": "1.0.1",
  281. "System.IO": "4.1.0",
  282. "System.Reflection.Primitives": "4.0.1",
  283. "System.Runtime": "4.1.0"
  284. }
  285. },
  286. "System.Reflection.Emit/4.0.1": {
  287. "dependencies": {
  288. "System.IO": "4.1.0",
  289. "System.Reflection": "4.1.0",
  290. "System.Reflection.Emit.ILGeneration": "4.0.1",
  291. "System.Reflection.Primitives": "4.0.1",
  292. "System.Runtime": "4.1.0"
  293. }
  294. },
  295. "System.Reflection.Emit.ILGeneration/4.0.1": {
  296. "dependencies": {
  297. "System.Reflection": "4.1.0",
  298. "System.Reflection.Primitives": "4.0.1",
  299. "System.Runtime": "4.1.0"
  300. }
  301. },
  302. "System.Reflection.Emit.Lightweight/4.0.1": {
  303. "dependencies": {
  304. "System.Reflection": "4.1.0",
  305. "System.Reflection.Emit.ILGeneration": "4.0.1",
  306. "System.Reflection.Primitives": "4.0.1",
  307. "System.Runtime": "4.1.0"
  308. }
  309. },
  310. "System.Reflection.Extensions/4.0.1": {
  311. "dependencies": {
  312. "Microsoft.NETCore.Platforms": "1.0.1",
  313. "Microsoft.NETCore.Targets": "1.0.1",
  314. "System.Reflection": "4.1.0",
  315. "System.Runtime": "4.1.0"
  316. }
  317. },
  318. "System.Reflection.Primitives/4.0.1": {
  319. "dependencies": {
  320. "Microsoft.NETCore.Platforms": "1.0.1",
  321. "Microsoft.NETCore.Targets": "1.0.1",
  322. "System.Runtime": "4.1.0"
  323. }
  324. },
  325. "System.Reflection.TypeExtensions/4.1.0": {
  326. "dependencies": {
  327. "System.Reflection": "4.1.0",
  328. "System.Runtime": "4.1.0"
  329. }
  330. },
  331. "System.Resources.ResourceManager/4.0.1": {
  332. "dependencies": {
  333. "Microsoft.NETCore.Platforms": "1.0.1",
  334. "Microsoft.NETCore.Targets": "1.0.1",
  335. "System.Globalization": "4.0.11",
  336. "System.Reflection": "4.1.0",
  337. "System.Runtime": "4.1.0"
  338. }
  339. },
  340. "System.Runtime/4.1.0": {
  341. "dependencies": {
  342. "Microsoft.NETCore.Platforms": "1.0.1",
  343. "Microsoft.NETCore.Targets": "1.0.1"
  344. }
  345. },
  346. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  347. "System.Runtime.Extensions/4.1.0": {
  348. "dependencies": {
  349. "Microsoft.NETCore.Platforms": "1.0.1",
  350. "Microsoft.NETCore.Targets": "1.0.1",
  351. "System.Runtime": "4.1.0"
  352. }
  353. },
  354. "System.Runtime.Handles/4.0.1": {
  355. "dependencies": {
  356. "Microsoft.NETCore.Platforms": "1.0.1",
  357. "Microsoft.NETCore.Targets": "1.0.1",
  358. "System.Runtime": "4.1.0"
  359. }
  360. },
  361. "System.Runtime.InteropServices/4.1.0": {
  362. "dependencies": {
  363. "Microsoft.NETCore.Platforms": "1.0.1",
  364. "Microsoft.NETCore.Targets": "1.0.1",
  365. "System.Reflection": "4.1.0",
  366. "System.Reflection.Primitives": "4.0.1",
  367. "System.Runtime": "4.1.0",
  368. "System.Runtime.Handles": "4.0.1"
  369. }
  370. },
  371. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  372. "dependencies": {
  373. "Microsoft.NETCore.Platforms": "1.0.1",
  374. "System.Reflection": "4.1.0",
  375. "System.Resources.ResourceManager": "4.0.1",
  376. "System.Runtime": "4.1.0",
  377. "System.Runtime.InteropServices": "4.1.0",
  378. "System.Threading": "4.0.11",
  379. "runtime.native.System": "4.0.0"
  380. }
  381. },
  382. "System.Runtime.Serialization.Primitives/4.1.1": {
  383. "dependencies": {
  384. "System.Resources.ResourceManager": "4.0.1",
  385. "System.Runtime": "4.1.0"
  386. }
  387. },
  388. "System.Text.Encoding/4.0.11": {
  389. "dependencies": {
  390. "Microsoft.NETCore.Platforms": "1.0.1",
  391. "Microsoft.NETCore.Targets": "1.0.1",
  392. "System.Runtime": "4.1.0"
  393. }
  394. },
  395. "System.Text.Encoding.Extensions/4.0.11": {
  396. "dependencies": {
  397. "Microsoft.NETCore.Platforms": "1.0.1",
  398. "Microsoft.NETCore.Targets": "1.0.1",
  399. "System.Runtime": "4.1.0",
  400. "System.Text.Encoding": "4.0.11"
  401. }
  402. },
  403. "System.Text.RegularExpressions/4.1.0": {
  404. "dependencies": {
  405. "System.Collections": "4.0.11",
  406. "System.Globalization": "4.0.11",
  407. "System.Resources.ResourceManager": "4.0.1",
  408. "System.Runtime": "4.1.0",
  409. "System.Runtime.Extensions": "4.1.0",
  410. "System.Threading": "4.0.11"
  411. }
  412. },
  413. "System.Threading/4.0.11": {
  414. "dependencies": {
  415. "System.Runtime": "4.1.0",
  416. "System.Threading.Tasks": "4.0.11"
  417. }
  418. },
  419. "System.Threading.Tasks/4.0.11": {
  420. "dependencies": {
  421. "Microsoft.NETCore.Platforms": "1.0.1",
  422. "Microsoft.NETCore.Targets": "1.0.1",
  423. "System.Runtime": "4.1.0"
  424. }
  425. },
  426. "System.Threading.Tasks.Extensions/4.0.0": {
  427. "dependencies": {
  428. "System.Collections": "4.0.11",
  429. "System.Runtime": "4.1.0",
  430. "System.Threading.Tasks": "4.0.11"
  431. }
  432. },
  433. "System.Xml.ReaderWriter/4.0.11": {
  434. "dependencies": {
  435. "System.Collections": "4.0.11",
  436. "System.Diagnostics.Debug": "4.0.11",
  437. "System.Globalization": "4.0.11",
  438. "System.IO": "4.1.0",
  439. "System.IO.FileSystem": "4.0.1",
  440. "System.IO.FileSystem.Primitives": "4.0.1",
  441. "System.Resources.ResourceManager": "4.0.1",
  442. "System.Runtime": "4.1.0",
  443. "System.Runtime.Extensions": "4.1.0",
  444. "System.Runtime.InteropServices": "4.1.0",
  445. "System.Text.Encoding": "4.0.11",
  446. "System.Text.Encoding.Extensions": "4.0.11",
  447. "System.Text.RegularExpressions": "4.1.0",
  448. "System.Threading.Tasks": "4.0.11",
  449. "System.Threading.Tasks.Extensions": "4.0.0"
  450. }
  451. },
  452. "System.Xml.XDocument/4.0.11": {
  453. "dependencies": {
  454. "System.Collections": "4.0.11",
  455. "System.Diagnostics.Debug": "4.0.11",
  456. "System.Diagnostics.Tools": "4.0.1",
  457. "System.Globalization": "4.0.11",
  458. "System.IO": "4.1.0",
  459. "System.Reflection": "4.1.0",
  460. "System.Resources.ResourceManager": "4.0.1",
  461. "System.Runtime": "4.1.0",
  462. "System.Runtime.Extensions": "4.1.0",
  463. "System.Text.Encoding": "4.0.11",
  464. "System.Threading": "4.0.11",
  465. "System.Xml.ReaderWriter": "4.0.11"
  466. }
  467. },
  468. "Veldrid/4.9.0": {
  469. "dependencies": {
  470. "NativeLibraryLoader": "1.0.13",
  471. "Veldrid.MetalBindings": "4.9.0",
  472. "Veldrid.OpenGLBindings": "4.9.0",
  473. "Vk": "1.0.25",
  474. "Vortice.D3DCompiler": "2.3.0",
  475. "Vortice.Direct3D11": "2.3.0"
  476. },
  477. "runtime": {
  478. "lib/net6.0/Veldrid.dll": {
  479. "assemblyVersion": "4.9.0.0",
  480. "fileVersion": "4.9.0.120"
  481. }
  482. }
  483. },
  484. "Veldrid.ImageSharp/4.9.0": {
  485. "dependencies": {
  486. "SixLabors.ImageSharp": "1.0.4",
  487. "Veldrid": "4.9.0"
  488. },
  489. "runtime": {
  490. "lib/net6.0/Veldrid.ImageSharp.dll": {
  491. "assemblyVersion": "4.9.0.0",
  492. "fileVersion": "4.9.0.120"
  493. }
  494. }
  495. },
  496. "Veldrid.ImGui/5.89.2-ga121087cad": {
  497. "dependencies": {
  498. "ImGui.NET": "1.89.5.2",
  499. "Veldrid": "4.9.0",
  500. "Veldrid.SDL2": "4.9.0"
  501. },
  502. "runtime": {
  503. "lib/netstandard2.0/Veldrid.ImGui.dll": {
  504. "assemblyVersion": "5.89.0.0",
  505. "fileVersion": "5.89.2.4"
  506. }
  507. }
  508. },
  509. "Veldrid.MetalBindings/4.9.0": {
  510. "dependencies": {
  511. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  512. },
  513. "runtime": {
  514. "lib/netstandard2.0/Veldrid.MetalBindings.dll": {
  515. "assemblyVersion": "4.9.0.0",
  516. "fileVersion": "4.9.0.120"
  517. }
  518. }
  519. },
  520. "Veldrid.OpenGLBindings/4.9.0": {
  521. "runtime": {
  522. "lib/netstandard2.0/Veldrid.OpenGLBindings.dll": {
  523. "assemblyVersion": "4.9.0.0",
  524. "fileVersion": "4.9.0.120"
  525. }
  526. }
  527. },
  528. "Veldrid.SDL2/4.9.0": {
  529. "dependencies": {
  530. "NativeLibraryLoader": "1.0.13",
  531. "System.Numerics.Vectors": "4.5.0",
  532. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  533. },
  534. "runtime": {
  535. "lib/netstandard2.0/Veldrid.SDL2.dll": {
  536. "assemblyVersion": "4.9.0.0",
  537. "fileVersion": "4.9.0.120"
  538. }
  539. },
  540. "runtimeTargets": {
  541. "runtimes/osx-x64/native/libsdl2.dylib": {
  542. "rid": "osx-x64",
  543. "assetType": "native",
  544. "fileVersion": "0.0.0.0"
  545. },
  546. "runtimes/win-x64/native/SDL2.dll": {
  547. "rid": "win-x64",
  548. "assetType": "native",
  549. "fileVersion": "2.0.8.0"
  550. },
  551. "runtimes/win-x86/native/SDL2.dll": {
  552. "rid": "win-x86",
  553. "assetType": "native",
  554. "fileVersion": "2.0.8.0"
  555. }
  556. }
  557. },
  558. "Veldrid.StartupUtilities/4.9.0": {
  559. "dependencies": {
  560. "Veldrid": "4.9.0",
  561. "Veldrid.SDL2": "4.9.0"
  562. },
  563. "runtime": {
  564. "lib/netstandard2.0/Veldrid.StartupUtilities.dll": {
  565. "assemblyVersion": "4.9.0.0",
  566. "fileVersion": "4.9.0.120"
  567. }
  568. }
  569. },
  570. "Vk/1.0.25": {
  571. "runtime": {
  572. "lib/net5.0/vk.dll": {
  573. "assemblyVersion": "1.0.25.0",
  574. "fileVersion": "1.0.25.0"
  575. }
  576. }
  577. },
  578. "Vortice.D3DCompiler/2.3.0": {
  579. "dependencies": {
  580. "SharpGen.Runtime": "2.0.0-beta.13",
  581. "SharpGen.Runtime.COM": "2.0.0-beta.13",
  582. "Vortice.DirectX": "2.3.0",
  583. "Vortice.Mathematics": "1.4.25"
  584. },
  585. "runtime": {
  586. "lib/net6.0/Vortice.D3DCompiler.dll": {
  587. "assemblyVersion": "2.3.0.0",
  588. "fileVersion": "2.3.0.0"
  589. }
  590. }
  591. },
  592. "Vortice.Direct3D11/2.3.0": {
  593. "dependencies": {
  594. "SharpGen.Runtime": "2.0.0-beta.13",
  595. "SharpGen.Runtime.COM": "2.0.0-beta.13",
  596. "Vortice.DXGI": "2.3.0",
  597. "Vortice.Mathematics": "1.4.25"
  598. },
  599. "runtime": {
  600. "lib/net6.0/Vortice.Direct3D11.dll": {
  601. "assemblyVersion": "2.3.0.0",
  602. "fileVersion": "2.3.0.0"
  603. }
  604. }
  605. },
  606. "Vortice.DirectX/2.3.0": {
  607. "dependencies": {
  608. "SharpGen.Runtime": "2.0.0-beta.13",
  609. "SharpGen.Runtime.COM": "2.0.0-beta.13",
  610. "Vortice.Mathematics": "1.4.25"
  611. },
  612. "runtime": {
  613. "lib/net6.0/Vortice.DirectX.dll": {
  614. "assemblyVersion": "2.3.0.0",
  615. "fileVersion": "2.3.0.0"
  616. }
  617. }
  618. },
  619. "Vortice.DXGI/2.3.0": {
  620. "dependencies": {
  621. "SharpGen.Runtime": "2.0.0-beta.13",
  622. "SharpGen.Runtime.COM": "2.0.0-beta.13",
  623. "Vortice.DirectX": "2.3.0",
  624. "Vortice.Mathematics": "1.4.25"
  625. },
  626. "runtime": {
  627. "lib/net6.0/Vortice.DXGI.dll": {
  628. "assemblyVersion": "2.3.0.0",
  629. "fileVersion": "2.3.0.0"
  630. }
  631. }
  632. },
  633. "Vortice.Mathematics/1.4.25": {
  634. "runtime": {
  635. "lib/net6.0/Vortice.Mathematics.dll": {
  636. "assemblyVersion": "1.4.0.0",
  637. "fileVersion": "1.4.25.54642"
  638. }
  639. }
  640. },
  641. "ImGui.NET/1.89.5.2": {
  642. "dependencies": {
  643. "System.Buffers": "4.4.0",
  644. "System.Numerics.Vectors": "4.5.0",
  645. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  646. },
  647. "runtime": {
  648. "ImGui.NET.dll": {}
  649. }
  650. },
  651. "ImPlot.NET/0.8.0": {
  652. "dependencies": {
  653. "ImGui.NET": "1.89.5.2",
  654. "System.Buffers": "4.4.0",
  655. "System.Numerics.Vectors": "4.5.0",
  656. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  657. },
  658. "runtime": {
  659. "ImPlot.NET.dll": {}
  660. }
  661. }
  662. }
  663. },
  664. "libraries": {
  665. "ImGui.NET.SampleProgram/1.0.0": {
  666. "type": "project",
  667. "serviceable": false,
  668. "sha512": ""
  669. },
  670. "Microsoft.CSharp/4.0.1": {
  671. "type": "package",
  672. "serviceable": true,
  673. "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
  674. "path": "microsoft.csharp/4.0.1",
  675. "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512"
  676. },
  677. "Microsoft.DotNet.PlatformAbstractions/2.0.3": {
  678. "type": "package",
  679. "serviceable": true,
  680. "sha512": "sha512-cXgVdJmW3fLwmSxsv0RlTe4BIKs6slVXV5xRvsO4CV4aUeY67GelaujxY/lP5yVlaMjMM22pXKbKtUY9x050Mw==",
  681. "path": "microsoft.dotnet.platformabstractions/2.0.3",
  682. "hashPath": "microsoft.dotnet.platformabstractions.2.0.3.nupkg.sha512"
  683. },
  684. "Microsoft.Extensions.DependencyModel/2.0.3": {
  685. "type": "package",
  686. "serviceable": true,
  687. "sha512": "sha512-OiNYN/QeZLuYcn4CvYrOmYgODPB1Jpqft+cT4F3Hkq5poj+1DLfbIBftMI/Pn8J7DyHhYeBMLxJUuugjvk/Fuw==",
  688. "path": "microsoft.extensions.dependencymodel/2.0.3",
  689. "hashPath": "microsoft.extensions.dependencymodel.2.0.3.nupkg.sha512"
  690. },
  691. "Microsoft.NETCore.Platforms/1.0.1": {
  692. "type": "package",
  693. "serviceable": true,
  694. "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
  695. "path": "microsoft.netcore.platforms/1.0.1",
  696. "hashPath": "microsoft.netcore.platforms.1.0.1.nupkg.sha512"
  697. },
  698. "Microsoft.NETCore.Targets/1.0.1": {
  699. "type": "package",
  700. "serviceable": true,
  701. "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
  702. "path": "microsoft.netcore.targets/1.0.1",
  703. "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512"
  704. },
  705. "NativeLibraryLoader/1.0.13": {
  706. "type": "package",
  707. "serviceable": true,
  708. "sha512": "sha512-78Lg887CZb4W8ZwmcNuoE75/7x//ljw/wnCuaUnThfe/RcAyuorfK9YkxBBpMWXTqfmjCb/FEsBFniySs+HcOQ==",
  709. "path": "nativelibraryloader/1.0.13",
  710. "hashPath": "nativelibraryloader.1.0.13.nupkg.sha512"
  711. },
  712. "Newtonsoft.Json/9.0.1": {
  713. "type": "package",
  714. "serviceable": true,
  715. "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==",
  716. "path": "newtonsoft.json/9.0.1",
  717. "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512"
  718. },
  719. "PolySharp/1.10.0": {
  720. "type": "package",
  721. "serviceable": true,
  722. "sha512": "sha512-+uNyVhhKOskjJLKOwIQ2qGaA0T507FaMbz5RwLAtmRaMaTAcUAZAiZvSk4Z8z6GkmqOyO1zryYNXmO0Vh7IrYQ==",
  723. "path": "polysharp/1.10.0",
  724. "hashPath": "polysharp.1.10.0.nupkg.sha512"
  725. },
  726. "runtime.native.System/4.0.0": {
  727. "type": "package",
  728. "serviceable": true,
  729. "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
  730. "path": "runtime.native.system/4.0.0",
  731. "hashPath": "runtime.native.system.4.0.0.nupkg.sha512"
  732. },
  733. "SharpGen.Runtime/2.0.0-beta.13": {
  734. "type": "package",
  735. "serviceable": true,
  736. "sha512": "sha512-H+Up2Er3ptWzcQ+CAO652fEsBLAmoXqKqtvc/6ycRV9XfLN2XJch0h8CwKQ3muD6eADPFf8Xp+nDQ8wDpcRDlg==",
  737. "path": "sharpgen.runtime/2.0.0-beta.13",
  738. "hashPath": "sharpgen.runtime.2.0.0-beta.13.nupkg.sha512"
  739. },
  740. "SharpGen.Runtime.COM/2.0.0-beta.13": {
  741. "type": "package",
  742. "serviceable": true,
  743. "sha512": "sha512-H22LsE3XTIOevf2TJgPgPnfYmjMlCtN+QYZVxzXlgTrgG2jHSTUTKZpIMPbKliLJGCEnDfX6yvBJvya0/xRTkA==",
  744. "path": "sharpgen.runtime.com/2.0.0-beta.13",
  745. "hashPath": "sharpgen.runtime.com.2.0.0-beta.13.nupkg.sha512"
  746. },
  747. "SixLabors.ImageSharp/1.0.4": {
  748. "type": "package",
  749. "serviceable": true,
  750. "sha512": "sha512-H2rPiEr2ddBOltOuqRYhpLBAsQXDAhbzMMhhuksnBG2oefup1MXMchALe7yYkKJksNbtxbZHKeM6dn/68I75qw==",
  751. "path": "sixlabors.imagesharp/1.0.4",
  752. "hashPath": "sixlabors.imagesharp.1.0.4.nupkg.sha512"
  753. },
  754. "System.AppContext/4.1.0": {
  755. "type": "package",
  756. "serviceable": true,
  757. "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
  758. "path": "system.appcontext/4.1.0",
  759. "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
  760. },
  761. "System.Buffers/4.4.0": {
  762. "type": "package",
  763. "serviceable": true,
  764. "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==",
  765. "path": "system.buffers/4.4.0",
  766. "hashPath": "system.buffers.4.4.0.nupkg.sha512"
  767. },
  768. "System.Collections/4.0.11": {
  769. "type": "package",
  770. "serviceable": true,
  771. "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
  772. "path": "system.collections/4.0.11",
  773. "hashPath": "system.collections.4.0.11.nupkg.sha512"
  774. },
  775. "System.Diagnostics.Debug/4.0.11": {
  776. "type": "package",
  777. "serviceable": true,
  778. "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
  779. "path": "system.diagnostics.debug/4.0.11",
  780. "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512"
  781. },
  782. "System.Diagnostics.Tools/4.0.1": {
  783. "type": "package",
  784. "serviceable": true,
  785. "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  786. "path": "system.diagnostics.tools/4.0.1",
  787. "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
  788. },
  789. "System.Dynamic.Runtime/4.0.11": {
  790. "type": "package",
  791. "serviceable": true,
  792. "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
  793. "path": "system.dynamic.runtime/4.0.11",
  794. "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
  795. },
  796. "System.Globalization/4.0.11": {
  797. "type": "package",
  798. "serviceable": true,
  799. "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
  800. "path": "system.globalization/4.0.11",
  801. "hashPath": "system.globalization.4.0.11.nupkg.sha512"
  802. },
  803. "System.IO/4.1.0": {
  804. "type": "package",
  805. "serviceable": true,
  806. "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
  807. "path": "system.io/4.1.0",
  808. "hashPath": "system.io.4.1.0.nupkg.sha512"
  809. },
  810. "System.IO.FileSystem/4.0.1": {
  811. "type": "package",
  812. "serviceable": true,
  813. "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
  814. "path": "system.io.filesystem/4.0.1",
  815. "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
  816. },
  817. "System.IO.FileSystem.Primitives/4.0.1": {
  818. "type": "package",
  819. "serviceable": true,
  820. "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
  821. "path": "system.io.filesystem.primitives/4.0.1",
  822. "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
  823. },
  824. "System.Linq/4.1.0": {
  825. "type": "package",
  826. "serviceable": true,
  827. "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  828. "path": "system.linq/4.1.0",
  829. "hashPath": "system.linq.4.1.0.nupkg.sha512"
  830. },
  831. "System.Linq.Expressions/4.1.0": {
  832. "type": "package",
  833. "serviceable": true,
  834. "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  835. "path": "system.linq.expressions/4.1.0",
  836. "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
  837. },
  838. "System.Numerics.Vectors/4.5.0": {
  839. "type": "package",
  840. "serviceable": true,
  841. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  842. "path": "system.numerics.vectors/4.5.0",
  843. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  844. },
  845. "System.ObjectModel/4.0.12": {
  846. "type": "package",
  847. "serviceable": true,
  848. "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  849. "path": "system.objectmodel/4.0.12",
  850. "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
  851. },
  852. "System.Reflection/4.1.0": {
  853. "type": "package",
  854. "serviceable": true,
  855. "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
  856. "path": "system.reflection/4.1.0",
  857. "hashPath": "system.reflection.4.1.0.nupkg.sha512"
  858. },
  859. "System.Reflection.Emit/4.0.1": {
  860. "type": "package",
  861. "serviceable": true,
  862. "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
  863. "path": "system.reflection.emit/4.0.1",
  864. "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
  865. },
  866. "System.Reflection.Emit.ILGeneration/4.0.1": {
  867. "type": "package",
  868. "serviceable": true,
  869. "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
  870. "path": "system.reflection.emit.ilgeneration/4.0.1",
  871. "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
  872. },
  873. "System.Reflection.Emit.Lightweight/4.0.1": {
  874. "type": "package",
  875. "serviceable": true,
  876. "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
  877. "path": "system.reflection.emit.lightweight/4.0.1",
  878. "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
  879. },
  880. "System.Reflection.Extensions/4.0.1": {
  881. "type": "package",
  882. "serviceable": true,
  883. "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  884. "path": "system.reflection.extensions/4.0.1",
  885. "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
  886. },
  887. "System.Reflection.Primitives/4.0.1": {
  888. "type": "package",
  889. "serviceable": true,
  890. "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
  891. "path": "system.reflection.primitives/4.0.1",
  892. "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512"
  893. },
  894. "System.Reflection.TypeExtensions/4.1.0": {
  895. "type": "package",
  896. "serviceable": true,
  897. "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
  898. "path": "system.reflection.typeextensions/4.1.0",
  899. "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512"
  900. },
  901. "System.Resources.ResourceManager/4.0.1": {
  902. "type": "package",
  903. "serviceable": true,
  904. "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
  905. "path": "system.resources.resourcemanager/4.0.1",
  906. "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512"
  907. },
  908. "System.Runtime/4.1.0": {
  909. "type": "package",
  910. "serviceable": true,
  911. "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
  912. "path": "system.runtime/4.1.0",
  913. "hashPath": "system.runtime.4.1.0.nupkg.sha512"
  914. },
  915. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  916. "type": "package",
  917. "serviceable": true,
  918. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  919. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  920. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  921. },
  922. "System.Runtime.Extensions/4.1.0": {
  923. "type": "package",
  924. "serviceable": true,
  925. "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
  926. "path": "system.runtime.extensions/4.1.0",
  927. "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512"
  928. },
  929. "System.Runtime.Handles/4.0.1": {
  930. "type": "package",
  931. "serviceable": true,
  932. "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
  933. "path": "system.runtime.handles/4.0.1",
  934. "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512"
  935. },
  936. "System.Runtime.InteropServices/4.1.0": {
  937. "type": "package",
  938. "serviceable": true,
  939. "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
  940. "path": "system.runtime.interopservices/4.1.0",
  941. "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512"
  942. },
  943. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  944. "type": "package",
  945. "serviceable": true,
  946. "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
  947. "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
  948. "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
  949. },
  950. "System.Runtime.Serialization.Primitives/4.1.1": {
  951. "type": "package",
  952. "serviceable": true,
  953. "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
  954. "path": "system.runtime.serialization.primitives/4.1.1",
  955. "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512"
  956. },
  957. "System.Text.Encoding/4.0.11": {
  958. "type": "package",
  959. "serviceable": true,
  960. "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
  961. "path": "system.text.encoding/4.0.11",
  962. "hashPath": "system.text.encoding.4.0.11.nupkg.sha512"
  963. },
  964. "System.Text.Encoding.Extensions/4.0.11": {
  965. "type": "package",
  966. "serviceable": true,
  967. "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  968. "path": "system.text.encoding.extensions/4.0.11",
  969. "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
  970. },
  971. "System.Text.RegularExpressions/4.1.0": {
  972. "type": "package",
  973. "serviceable": true,
  974. "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  975. "path": "system.text.regularexpressions/4.1.0",
  976. "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
  977. },
  978. "System.Threading/4.0.11": {
  979. "type": "package",
  980. "serviceable": true,
  981. "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
  982. "path": "system.threading/4.0.11",
  983. "hashPath": "system.threading.4.0.11.nupkg.sha512"
  984. },
  985. "System.Threading.Tasks/4.0.11": {
  986. "type": "package",
  987. "serviceable": true,
  988. "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
  989. "path": "system.threading.tasks/4.0.11",
  990. "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512"
  991. },
  992. "System.Threading.Tasks.Extensions/4.0.0": {
  993. "type": "package",
  994. "serviceable": true,
  995. "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==",
  996. "path": "system.threading.tasks.extensions/4.0.0",
  997. "hashPath": "system.threading.tasks.extensions.4.0.0.nupkg.sha512"
  998. },
  999. "System.Xml.ReaderWriter/4.0.11": {
  1000. "type": "package",
  1001. "serviceable": true,
  1002. "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
  1003. "path": "system.xml.readerwriter/4.0.11",
  1004. "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
  1005. },
  1006. "System.Xml.XDocument/4.0.11": {
  1007. "type": "package",
  1008. "serviceable": true,
  1009. "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
  1010. "path": "system.xml.xdocument/4.0.11",
  1011. "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
  1012. },
  1013. "Veldrid/4.9.0": {
  1014. "type": "package",
  1015. "serviceable": true,
  1016. "sha512": "sha512-Rvu7/OLNt6Yy/hbC+rAmjBbxcSirbG/BjOdLCF7kl5mGBkMGka3pLuTlkbXSt4UONh3tks0I7k/OJ7Sr8HFIoA==",
  1017. "path": "veldrid/4.9.0",
  1018. "hashPath": "veldrid.4.9.0.nupkg.sha512"
  1019. },
  1020. "Veldrid.ImageSharp/4.9.0": {
  1021. "type": "package",
  1022. "serviceable": true,
  1023. "sha512": "sha512-yrhNrYA5FXZWWjmopXUCP9sEMxEjJmzzDkSBWq3cPWKOvzYQ9wXPkRlkj9cRljmhqQCkBH2gC2wtl6ddsjE50w==",
  1024. "path": "veldrid.imagesharp/4.9.0",
  1025. "hashPath": "veldrid.imagesharp.4.9.0.nupkg.sha512"
  1026. },
  1027. "Veldrid.ImGui/5.89.2-ga121087cad": {
  1028. "type": "package",
  1029. "serviceable": true,
  1030. "sha512": "sha512-U37r5tDiL/N124ZQEKKA8Vct+ogytIYYLragtU94Hh2qv/zumD9aw0VRrmm3iUlhJoD2+Ez3x7xeroS2TMsbSQ==",
  1031. "path": "veldrid.imgui/5.89.2-ga121087cad",
  1032. "hashPath": "veldrid.imgui.5.89.2-ga121087cad.nupkg.sha512"
  1033. },
  1034. "Veldrid.MetalBindings/4.9.0": {
  1035. "type": "package",
  1036. "serviceable": true,
  1037. "sha512": "sha512-9qWYalATCT+/smQzFi2IFyEZpLE1l+A1r3tntKao8sYVAe18+P9rDIvpxyIL4T7Ritfm0JU2TnqckXmLenyfhQ==",
  1038. "path": "veldrid.metalbindings/4.9.0",
  1039. "hashPath": "veldrid.metalbindings.4.9.0.nupkg.sha512"
  1040. },
  1041. "Veldrid.OpenGLBindings/4.9.0": {
  1042. "type": "package",
  1043. "serviceable": true,
  1044. "sha512": "sha512-Du3zr+qWQO2Pzsl2iOeLmg23gxdr6BQ9yx5ygmcoBn6nm1AsbG4JMeEIpSGDt8WiTmy2VsUNY0kIGZklkrRoWQ==",
  1045. "path": "veldrid.openglbindings/4.9.0",
  1046. "hashPath": "veldrid.openglbindings.4.9.0.nupkg.sha512"
  1047. },
  1048. "Veldrid.SDL2/4.9.0": {
  1049. "type": "package",
  1050. "serviceable": true,
  1051. "sha512": "sha512-uE0sYIzNOF2DPokzjRel2to3euBRikLfgoxx0f7iQVevbDDYlg0e/DBgG+tDhyNQWrB+ttKaQvR/csoa/R8UmA==",
  1052. "path": "veldrid.sdl2/4.9.0",
  1053. "hashPath": "veldrid.sdl2.4.9.0.nupkg.sha512"
  1054. },
  1055. "Veldrid.StartupUtilities/4.9.0": {
  1056. "type": "package",
  1057. "serviceable": true,
  1058. "sha512": "sha512-45JrS5GajAaoom0HJWtPzYgJlNo8tpXB06mJM4hWxdeBxo3y2OIJIfnnB374KB1d7euodW0XneRzKVhwzZFE5g==",
  1059. "path": "veldrid.startuputilities/4.9.0",
  1060. "hashPath": "veldrid.startuputilities.4.9.0.nupkg.sha512"
  1061. },
  1062. "Vk/1.0.25": {
  1063. "type": "package",
  1064. "serviceable": true,
  1065. "sha512": "sha512-n1tpY/n9YV7j+wViUD31yc6TQMK3tkcdUXUbJUr3vIVifrRySzq5hpdxUnvC0SvBp8WrbAgowwd1YDvtc+u67A==",
  1066. "path": "vk/1.0.25",
  1067. "hashPath": "vk.1.0.25.nupkg.sha512"
  1068. },
  1069. "Vortice.D3DCompiler/2.3.0": {
  1070. "type": "package",
  1071. "serviceable": true,
  1072. "sha512": "sha512-o7Jimuvr5gXQrriA8JMfNrZX+eiA5NbRPYOpscMICpKE+oKF/CNYXLI5RTQ/NjNpzIsm2QPEehXivL6IS+e40w==",
  1073. "path": "vortice.d3dcompiler/2.3.0",
  1074. "hashPath": "vortice.d3dcompiler.2.3.0.nupkg.sha512"
  1075. },
  1076. "Vortice.Direct3D11/2.3.0": {
  1077. "type": "package",
  1078. "serviceable": true,
  1079. "sha512": "sha512-cNpadAL5HTm2zc3ZJhySGVJWgOD12RSX3OEk96j24rLdigfAbvzTtFJgn68gHviYMwwY76ukcobhJNDWZc4a3w==",
  1080. "path": "vortice.direct3d11/2.3.0",
  1081. "hashPath": "vortice.direct3d11.2.3.0.nupkg.sha512"
  1082. },
  1083. "Vortice.DirectX/2.3.0": {
  1084. "type": "package",
  1085. "serviceable": true,
  1086. "sha512": "sha512-V+MzrsxG5sLW3PQUlJQ6n3xY8jJGx1l/9Gpy6wbgFuZtDSb9MQmDf/gyfRvrRs1vGNKPht+pg1AJ/qWQrfXJoQ==",
  1087. "path": "vortice.directx/2.3.0",
  1088. "hashPath": "vortice.directx.2.3.0.nupkg.sha512"
  1089. },
  1090. "Vortice.DXGI/2.3.0": {
  1091. "type": "package",
  1092. "serviceable": true,
  1093. "sha512": "sha512-eJDvoLjhHMr78+SOSrPIUSr/JboZ7rx62kGrpj2RQZbhP3+pEdHjL+Z6mXLvkEqozFRFspLmTTI7ZnBKfjc9uQ==",
  1094. "path": "vortice.dxgi/2.3.0",
  1095. "hashPath": "vortice.dxgi.2.3.0.nupkg.sha512"
  1096. },
  1097. "Vortice.Mathematics/1.4.25": {
  1098. "type": "package",
  1099. "serviceable": true,
  1100. "sha512": "sha512-V2yJMl/QKceXEjYEnf2EWcNkUJI5/zE04cNUnawHbdR0wjMHv1dVTLf0IUJk0D0w29FrCWdQQK/n4L4vx0HeQA==",
  1101. "path": "vortice.mathematics/1.4.25",
  1102. "hashPath": "vortice.mathematics.1.4.25.nupkg.sha512"
  1103. },
  1104. "ImGui.NET/1.89.5.2": {
  1105. "type": "project",
  1106. "serviceable": false,
  1107. "sha512": ""
  1108. },
  1109. "ImPlot.NET/0.8.0": {
  1110. "type": "project",
  1111. "serviceable": false,
  1112. "sha512": ""
  1113. }
  1114. }
  1115. }