1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

Bump version

This commit is contained in:
Jef 2019-04-10 08:21:58 +02:00
commit 26b7dcd69b

View file

@ -1,13 +1,12 @@
[package] [package]
name = "bsp" name = "bsp"
version = "0.1.1" version = "0.1.2"
authors = ["Vurich <jackefransham@gmail.com>"] authors = ["Vurich <jackefransham@gmail.com>"]
edition = "2018"
homepage = "https://github.com/Vurich/bsp" homepage = "https://github.com/Vurich/bsp"
repository = "https://github.com/Vurich/bsp" repository = "https://github.com/Vurich/bsp"
description = "Crate to load BSP files efficiently - currently only works for Quake 3 BSP files. Fork of `quake3_loader` crate." description = "Crate to load BSP files efficiently - currently only works for Quake 3 BSP files. Fork of `quake3_loader` crate."
license = "MIT" license = "MIT"
edition = "2018"
[dependencies] [dependencies]
arrayvec = "0.4" arrayvec = "0.4"