mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
Bump version
This commit is contained in:
parent
9b07ca77d6
commit
26b7dcd69b
1 changed files with 2 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue