diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
commit | de0f306ffcdf540c16ff2f89d99790c7f2b541fc (patch) | |
tree | f84e4a898a74ac412b4b332eb7c8c842c1b6af04 /stockton-render/Cargo.toml | |
parent | f6c2f402e245c620f8f03dcf3aa6265fca6e8dcf (diff) |
refactor(render): remove old entity stuff from world type
Diffstat (limited to 'stockton-render/Cargo.toml')
-rw-r--r-- | stockton-render/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-render/Cargo.toml b/stockton-render/Cargo.toml index e6e529c..2d9b3b7 100644 --- a/stockton-render/Cargo.toml +++ b/stockton-render/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"] [dependencies] +stockton-bsp = "2.0.0" stockton-types = { path = "../stockton-types" } winit = "^0.21" gfx-hal = "^0.5" |