|
@@ -85,6 +85,12 @@ version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
|
|
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "android-tzdata"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "android_system_properties"
|
|
name = "android_system_properties"
|
|
|
version = "0.1.5"
|
|
version = "0.1.5"
|
|
@@ -399,6 +405,20 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "chrono"
|
|
|
|
|
+version = "0.4.37"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "android-tzdata",
|
|
|
|
|
+ "iana-time-zone",
|
|
|
|
|
+ "js-sys",
|
|
|
|
|
+ "num-traits",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+ "windows-targets 0.52.4",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "codespan-reporting"
|
|
name = "codespan-reporting"
|
|
|
version = "0.11.1"
|
|
version = "0.11.1"
|
|
@@ -589,12 +609,35 @@ version = "1.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ecolor"
|
|
|
|
|
+version = "0.27.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "fb152797942f72b84496eb2ebeff0060240e0bf55096c4525ffa22dd54722d86"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "egui"
|
|
|
|
|
+version = "0.27.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6d1b8cc14b0b260aa6bd124ef12c8a94f57ffe8e40aa970f3db710c21bb945f3"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ahash",
|
|
|
|
|
+ "epaint",
|
|
|
|
|
+ "nohash-hasher",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "either"
|
|
name = "either"
|
|
|
version = "1.10.0"
|
|
version = "1.10.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "emath"
|
|
|
|
|
+version = "0.27.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "555a7cbfcc52c81eb5f8f898190c840fa1c435f67f30b7ef77ce7cf6b7dcd987"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "env_filter"
|
|
name = "env_filter"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -618,6 +661,20 @@ dependencies = [
|
|
|
"log",
|
|
"log",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "epaint"
|
|
|
|
|
+version = "0.27.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "bd63c37156e949bda80f7e39cc11508bc34840aecf52180567e67cdb2bf1a5fe"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ab_glyph",
|
|
|
|
|
+ "ahash",
|
|
|
|
|
+ "ecolor",
|
|
|
|
|
+ "emath",
|
|
|
|
|
+ "nohash-hasher",
|
|
|
|
|
+ "parking_lot",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "equivalent"
|
|
name = "equivalent"
|
|
|
version = "1.0.1"
|
|
version = "1.0.1"
|
|
@@ -885,6 +942,29 @@ version = "2.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "iana-time-zone"
|
|
|
|
|
+version = "0.1.60"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "android_system_properties",
|
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
|
+ "iana-time-zone-haiku",
|
|
|
|
|
+ "js-sys",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+ "windows-core",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "iana-time-zone-haiku"
|
|
|
|
|
+version = "0.1.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "icrate"
|
|
name = "icrate"
|
|
|
version = "0.0.4"
|
|
version = "0.0.4"
|
|
@@ -1234,6 +1314,12 @@ version = "1.0.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "nohash-hasher"
|
|
|
|
|
+version = "0.2.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "nom"
|
|
name = "nom"
|
|
|
version = "7.1.3"
|
|
version = "7.1.3"
|
|
@@ -2466,6 +2552,8 @@ version = "0.1.0"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"anyhow",
|
|
"anyhow",
|
|
|
"bytemuck",
|
|
"bytemuck",
|
|
|
|
|
+ "chrono",
|
|
|
|
|
+ "egui",
|
|
|
"env_logger",
|
|
"env_logger",
|
|
|
"glam",
|
|
"glam",
|
|
|
"image",
|
|
"image",
|