From d076d3a6fd484e298915cd85609ba9706abacc87 Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:20 +0100 Subject: refactor(all): move stockton-bsp to this repo and start using traits --- stockton-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stockton-types/Cargo.toml') diff --git a/stockton-types/Cargo.toml b/stockton-types/Cargo.toml index 0ce5c40..02205ca 100644 --- a/stockton-types/Cargo.toml +++ b/stockton-types/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] nalgebra-glm = "^0.6" -stockton-bsp = { git = "https://github.com/tcmal/rust-bsp.git" } +stockton-levels = { path = "../stockton-levels" } -- cgit v1.2.3