diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:19 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:19 +0100 |
commit | 4cc81a601ef258ec38458778ee7c3392ddefc8ab (patch) | |
tree | 116e7f90f4cdc2a55b1cd3b2b5b582cccd6483af /stockton-types | |
parent | b4266e59e5b0ced3fcd74a4b0871a5b32e46e0ac (diff) |
chore(render): add render crate & example
Diffstat (limited to 'stockton-types')
-rw-r--r-- | stockton-types/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-types/Cargo.toml b/stockton-types/Cargo.toml index b97f983..fd5336c 100644 --- a/stockton-types/Cargo.toml +++ b/stockton-types/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] nalgebra = "0.18.0" -stockton-bsp = "1.0.0" +stockton-bsp = "2.0.0" downcast-rs = "1.0.4"
\ No newline at end of file |