From d3bd791297d6aaa7abaf613aafbec99a7bb17823 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sat, 2 May 2026 16:16:04 -0400 Subject: Eating soup! --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 504845a..5cad026 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,13 @@ name = "kharcho" version = "0.1.0" authors = ["LLLL Colonq "] -edition = "2021" +edition = "2024" [lib] crate-type = ["cdylib", "rlib"] [[bin]] -name = "kharcho" +name = "kharcho_bin" path = "src/main.rs" [profile.release] @@ -25,13 +25,15 @@ debug = false opt-level = 2 [dependencies] -teleia = { git = "https://github.com/lcolonq/teleia" } # engine +# teleia = { git = "https://github.com/lcolonq/teleia" } # engine +teleia = { path = "../teleia/crates/teleia" } glam = {version = "0.29.2", features = ["serde"]} # linear algebra bitflags = { version = "2.6.0", features = ["serde"] } # C-style bitwise flags rand = { version = "=0.8.5", features = ["small_rng"] } # rng log = "0.4.21" # logging lazy_static = "*" # global constants strum = {version = "0.27.1", features = ["derive"]} # utility macros for enums +rust-ini = "0.21.3" # ini parser [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "=0.2.100" # wasm bindings \ No newline at end of file -- cgit v1.2.3