aboutsummaryrefslogtreecommitdiff
path: root/stockton-levels/Cargo.toml
blob: 2cae8779c4cf3a378f49c977e89eb40eadc9af5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stockton-levels"
version = "0.1.0"
authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
description = "Library for parsing different types of .bsp files."
repository = "https://github.com/tcmal/stockton"
homepage = "https://github.com/tcmal/stockton"
edition = "2018"

[dependencies]
nalgebra = "^0.20"
bitflags = "^1.2"
thiserror = "1.0.25"
bitvec = "0.17"