diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-06 03:19:45 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-06 03:19:45 -0400 |
| commit | 92bba055a46e28266c067d37f1a9274858f20704 (patch) | |
| tree | bcf9b6ce054229fd4ca9de9e63066eb671165940 /Cargo.toml | |
| parent | d3bd791297d6aaa7abaf613aafbec99a7bb17823 (diff) | |
Update
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ debug = false opt-level = 2 [dependencies] -# teleia = { git = "https://github.com/lcolonq/teleia" } # engine -teleia = { path = "../teleia/crates/teleia" } +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 |
