summaryrefslogtreecommitdiff
path: root/2026/framing/Cargo.toml
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.toml
parent7409691cb134eef99a7d9e53b57a1cba41a7ca09 (diff)
Update
Diffstat (limited to '2026/framing/Cargo.toml')
-rw-r--r--2026/framing/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/2026/framing/Cargo.toml b/2026/framing/Cargo.toml
index b673692..cf605fa 100644
--- a/2026/framing/Cargo.toml
+++ b/2026/framing/Cargo.toml
@@ -17,12 +17,15 @@ opt-level = 2
[dependencies]
# teleia = { git = "https://github.com/lcolonq/teleia" } # engine
teleia = { path = "../../../teleia/crates/teleia" } # engine
+teleia_macros = { path = "../../../teleia/crates/teleia_macros" } # engine
glam = "*" # linear algebra
bitflags = "*" # C-style bitwise flags
rand = "*" # rng
log = "*" # logging
lazy_static = "*" # global constants
strum = {version = "*", features = ["derive"]} # utility macros for enums
+enum-map = {version = "2.7.3", features = ["serde"]} # enum map
+serde = { version = "1.0.228", features = ["derive"] } # serialization
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "=0.2.100" # wasm bindings \ No newline at end of file