aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commitde0f306ffcdf540c16ff2f89d99790c7f2b541fc (patch)
treef84e4a898a74ac412b4b332eb7c8c842c1b6af04 /stockton-render/Cargo.toml
parentf6c2f402e245c620f8f03dcf3aa6265fca6e8dcf (diff)
refactor(render): remove old entity stuff from world type
Diffstat (limited to 'stockton-render/Cargo.toml')
-rw-r--r--stockton-render/Cargo.toml1
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"