blob: 0ce5c40d8bd2a5ad3b4d8232e0ae0e5fe3480f9a (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "stockton-types"
version = "0.1.0"
authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
edition = "2018"
[dependencies]
nalgebra-glm = "^0.6"
stockton-bsp = { git = "https://github.com/tcmal/rust-bsp.git" }
|