From ab80e4583b53a7b424563cbd17ba2bf95e168cc9 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 2 Jun 2026 00:54:56 -0400 Subject: Update --- 2026/framing/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '2026/framing/Cargo.toml') 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 -- cgit v1.2.3