summaryrefslogtreecommitdiff
path: root/2026/framing/Cargo.lock
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-02 00:54:56 -0400
committerLLLL Colonq <llll@colonq>2026-06-02 00:54:56 -0400
commitab80e4583b53a7b424563cbd17ba2bf95e168cc9 (patch)
tree54d4bb560c03585046e0b1ac0de7fafb496be94a /2026/framing/Cargo.lock
parent7409691cb134eef99a7d9e53b57a1cba41a7ca09 (diff)
Update
Diffstat (limited to '2026/framing/Cargo.lock')
-rw-r--r--2026/framing/Cargo.lock66
1 files changed, 41 insertions, 25 deletions
diff --git a/2026/framing/Cargo.lock b/2026/framing/Cargo.lock
index 1b66407..96a3e84 100644
--- a/2026/framing/Cargo.lock
+++ b/2026/framing/Cargo.lock
@@ -714,6 +714,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
dependencies = [
"enum-map-derive",
+ "serde",
]
[[package]]
@@ -728,6 +729,15 @@ dependencies = [
]
[[package]]
+name = "env"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bc95de49ad098572c02d3fbf368c9a020bfff5ae78483685b77f51d8a7e9486d"
+dependencies = [
+ "num_threads",
+]
+
+[[package]]
name = "env_filter"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -860,12 +870,15 @@ name = "game_lib"
version = "0.1.0"
dependencies = [
"bitflags 2.11.1",
+ "enum-map",
"glam",
"lazy_static",
"log",
"rand",
- "strum 0.26.3",
+ "serde",
+ "strum",
"teleia",
+ "teleia_macros",
"wasm-bindgen",
]
@@ -1246,6 +1259,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
[[package]]
+name = "litrs"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
+
+[[package]]
name = "log"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1484,6 +1503,15 @@ dependencies = [
]
[[package]]
+name = "num_threads"
+version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
+dependencies = [
+ "libc",
+]
+
+[[package]]
name = "objc-sys"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2232,33 +2260,11 @@ checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
[[package]]
name = "strum"
-version = "0.26.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
-dependencies = [
- "strum_macros 0.26.4",
-]
-
-[[package]]
-name = "strum"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
dependencies = [
- "strum_macros 0.27.2",
-]
-
-[[package]]
-name = "strum_macros"
-version = "0.26.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
-dependencies = [
- "heck",
- "proc-macro2",
- "quote",
- "rustversion",
- "syn",
+ "strum_macros",
]
[[package]]
@@ -2425,7 +2431,7 @@ dependencies = [
"serde",
"serde_json",
"simple-eyre",
- "strum 0.27.2",
+ "strum",
"tobj",
"tracing-wasm",
"tungstenite",
@@ -2436,6 +2442,16 @@ dependencies = [
]
[[package]]
+name = "teleia_macros"
+version = "0.1.0"
+dependencies = [
+ "env",
+ "heck",
+ "litrs",
+ "walkdir",
+]
+
+[[package]]
name = "tempfile"
version = "3.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"