diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ debug = 0 opt-level = 2 [workspace.dependencies] -# teleia = { git = "https://github.com/lcolonq/teleia" } # engine -teleia = { path = "../teleia/crates/teleia" } # engine +teleia = { git = "https://github.com/lcolonq/teleia" } # engine +# teleia = { path = "../teleia/crates/teleia" } # engine glfw = { git = "https://github.com/lcolonq/glfw-rs", features = ["serde"] } # window management glam = { version = "0.29.2", features = ["serde"] } # linear algebra glow = { version = "=0.13.1", features = [] } # gl bindings |
