aboutsummaryrefslogtreecommitdiff
path: root/stockton-levels/Cargo.toml
blob: d39b8d4fb5790245e986fbc4f2cbc30d8736e5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"
bitvec = "0.17"