diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-04 18:37:13 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-04 18:37:13 -0400 |
| commit | 93d5d7d8768f775537b4d3226b3e098544f5c658 (patch) | |
| tree | 4fbfeedcd9c888846b5999e5dfbde36faa6b7cfd | |
| parent | d9a2dbf1d939423eeb100aa3910406f80d0a781f (diff) | |
Git dependency
| -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 |
