diff options
Diffstat (limited to 'crates/throwshade')
| -rw-r--r-- | crates/throwshade/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/throwshade/Cargo.toml b/crates/throwshade/Cargo.toml index 0cc7516..c465bf3 100644 --- a/crates/throwshade/Cargo.toml +++ b/crates/throwshade/Cargo.toml @@ -8,10 +8,9 @@ authors.workspace = true crate-type = ["cdylib", "rlib"] [dependencies] -# teleia = { path = "../teleia" } # engine +# teleia = { path = "../../../teleia" } # engine teleia = { git = "https://github.com/lcolonq/teleia" } # engine glam = "*" # linear algebra -glow = "*" # gl bindings bitflags = "*" # C-style bitwise flags rand = "=0.8.5" # rng log = "*" # logging |
