diff options
Diffstat (limited to 'crates/client/Cargo.toml')
| -rw-r--r-- | crates/client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index d7da09a..fc486f3 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -8,7 +8,7 @@ authors.workspace = true crate-type = ["cdylib", "rlib"] [dependencies] -teleia = { git = "https://github.com/lcolonq/teleia" } # engine +teleia = { workspace = true } glam = "*" # linear algebra glow = "*" # gl bindings bitflags = "*" # C-style bitwise flags |
