blob: facae7dd43cbccdea949ab6bda7f06e87c8847ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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"
[dependencies]
nalgebra = "^0.20"
bitflags = "^1.2"
bitvec = "0.17"
|