spatio

Exploring spatiotemporal acceleration structures, by @slightknack and @a.

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
  30. 30
  31. 31
  32. 32
  33. 33
  34. 34
  35. 35
  36. 36
  37. 37
  38. 38
  39. 39
  40. 40
  41. 41
  42. 42
  43. 43
  44. 44
  45. 45
  46. 46
  47. 47
  48. 48
  49. 49
  50. 50
  51. 51
  52. 52
  53. 53
  54. 54
  55. 55
  56. 56
  57. 57
  58. 58
  59. 59
  60. 60
  61. 61
  62. 62
  63. 63
  64. 64
  65. 65
  66. 66
  67. 67
  68. 68
  69. 69
  70. 70
  71. 71
  72. 72
  73. 73
  74. 74
  75. 75
  76. 76
  77. 77
  78. 78
  79. 79
  80. 80
  81. 81
  82. 82
  83. 83
  84. 84
  85. 85
  86. 86
  87. 87
  88. 88
  89. 89
  90. 90
  91. 91
  92. 92
  93. 93
  94. 94
  95. 95
  96. 96
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"

[[package]]
name = "libc"
version = "0.2.113"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"

[[package]]
name = "miniquad"
version = "0.2.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a83d69b5a9caa84f5bf7fd95ba3e3a0773297e004145a5a78ac7b00b1bdfb20"
dependencies = [
 "sapp-android",
 "sapp-darwin",
 "sapp-dummy",
 "sapp-linux",
 "sapp-wasm",
 "sapp-windows",
]

[[package]]
name = "ndk-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"

[[package]]
name = "sapp-android"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27c54dc8d8fc38874a0e5cca3a8fba35c7db8e46a3d65f47d0fc999aa48d6a9f"
dependencies = [
 "libc",
 "ndk-sys",
]

[[package]]
name = "sapp-darwin"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "011e764a379302de761892ad9a0de6e5d612146423b39ddee125fb1cb2ffcb73"
dependencies = [
 "cc",
 "libc",
]

[[package]]
name = "sapp-dummy"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "844086b04fc920b4b604af0bb6ffc5c3b43dbb4fe94fd6f532c41a391e12f717"
dependencies = [
 "libc",
]

[[package]]
name = "sapp-linux"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "000e062c5e8937e52d991197645766a8354bd4123089abc29080353d0c5bcd61"
dependencies = [
 "libc",
]

[[package]]
name = "sapp-wasm"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0315b1543db8828988bb0d86db7f4cfd134491cd3a4bbe1087757e97ae57dd3e"

[[package]]
name = "sapp-windows"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "717ac8616ee982a096d052f0880a29926fd1942474307c035ba29f763a8b164c"
dependencies = [
 "cc",
 "libc",
]

[[package]]
name = "spatio"
version = "0.1.0"
dependencies = [
 "miniquad",
]