Cargo.lock 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "cfg-if"
  6. version = "1.0.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  9. [[package]]
  10. name = "getrandom"
  11. version = "0.1.16"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
  14. dependencies = [
  15. "cfg-if",
  16. "libc",
  17. "wasi",
  18. ]
  19. [[package]]
  20. name = "glam"
  21. version = "0.14.0"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "333928d5eb103c5d4050533cec0384302db6be8ef7d3cebd30ec6a35350353da"
  24. [[package]]
  25. name = "lazy_static"
  26. version = "1.4.0"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  29. [[package]]
  30. name = "libc"
  31. version = "0.2.109"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
  34. [[package]]
  35. name = "malloc_buf"
  36. version = "0.0.6"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
  39. dependencies = [
  40. "libc",
  41. ]
  42. [[package]]
  43. name = "miniquad"
  44. version = "0.3.3"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. checksum = "8e5603d50948859c638f9c55a8ad03bae766c854e4003d1636825dea67cbc370"
  47. dependencies = [
  48. "libc",
  49. "ndk-sys",
  50. "objc",
  51. "winapi",
  52. ]
  53. [[package]]
  54. name = "ndk-sys"
  55. version = "0.2.2"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
  58. [[package]]
  59. name = "objc"
  60. version = "0.2.7"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
  63. dependencies = [
  64. "malloc_buf",
  65. ]
  66. [[package]]
  67. name = "ppv-lite86"
  68. version = "0.2.16"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
  71. [[package]]
  72. name = "rand"
  73. version = "0.7.3"
  74. source = "registry+https://github.com/rust-lang/crates.io-index"
  75. checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
  76. dependencies = [
  77. "getrandom",
  78. "libc",
  79. "rand_chacha",
  80. "rand_core",
  81. "rand_hc",
  82. ]
  83. [[package]]
  84. name = "rand_chacha"
  85. version = "0.2.2"
  86. source = "registry+https://github.com/rust-lang/crates.io-index"
  87. checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
  88. dependencies = [
  89. "ppv-lite86",
  90. "rand_core",
  91. ]
  92. [[package]]
  93. name = "rand_core"
  94. version = "0.5.1"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
  97. dependencies = [
  98. "getrandom",
  99. ]
  100. [[package]]
  101. name = "rand_hc"
  102. version = "0.2.0"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
  105. dependencies = [
  106. "rand_core",
  107. ]
  108. [[package]]
  109. name = "spaint"
  110. version = "0.1.0"
  111. dependencies = [
  112. "glam",
  113. "lazy_static",
  114. "miniquad",
  115. "rand",
  116. ]
  117. [[package]]
  118. name = "wasi"
  119. version = "0.9.0+wasi-snapshot-preview1"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
  122. [[package]]
  123. name = "winapi"
  124. version = "0.3.9"
  125. source = "registry+https://github.com/rust-lang/crates.io-index"
  126. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  127. dependencies = [
  128. "winapi-i686-pc-windows-gnu",
  129. "winapi-x86_64-pc-windows-gnu",
  130. ]
  131. [[package]]
  132. name = "winapi-i686-pc-windows-gnu"
  133. version = "0.4.0"
  134. source = "registry+https://github.com/rust-lang/crates.io-index"
  135. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  136. [[package]]
  137. name = "winapi-x86_64-pc-windows-gnu"
  138. version = "0.4.0"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"