diff options
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 |
