very basic readme

This commit is contained in:
Robin Appelman 2023-04-21 17:21:20 +02:00
commit 29a36ffbc0
4 changed files with 15 additions and 5 deletions

4
Cargo.lock generated
View file

@ -2487,7 +2487,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vbsp"
version = "0.1.0"
source = "git+https://github.com/icewind1991/vbsp#c459a8308b94ac232acba3d70a76ac7a79ccbf7b"
source = "git+https://github.com/icewind1991/vbsp#35ef37995086210fa93228afd5d6639dd57209d7"
dependencies = [
"arrayvec 0.7.2",
"binrw",
@ -2505,7 +2505,7 @@ dependencies = [
[[package]]
name = "vbsp-derive"
version = "0.1.0"
source = "git+https://github.com/icewind1991/vbsp#c459a8308b94ac232acba3d70a76ac7a79ccbf7b"
source = "git+https://github.com/icewind1991/vbsp#35ef37995086210fa93228afd5d6639dd57209d7"
dependencies = [
"proc-macro2",
"quote",

View file

@ -8,6 +8,7 @@ license = "MIT"
[dependencies]
three-d = { version = "0.14.0", features = ["egui-gui"] }
vbsp = { version = "0.1.0", git = "https://github.com/icewind1991/vbsp" }
#vbsp = { version = "0.1.0", path = "../bsp" }
miette = { version = "5.5.0", features = ["fancy"] }
thiserror = "1.0.37"
delaunator = "1.0.1"

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# vbspview
tf2 map viewer
## Usage
```
cargo r -- /path/to/map.bsp
```

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1670252560,
"narHash": "sha256-2RPet9AaoYBUDBk4DNApXFbCrEN9/X2Ajd7j1dbxTxc=",
"lastModified": 1674902473,
"narHash": "sha256-MdKJeeDTjCtmoVPWLEDg10jgknt6rqTO3c1WeNQtho4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "219b2fc946a59851cdfc59efdd11129e1cee2b44",
"rev": "548896f4d9f7db2f7205d82727d6c03c86d2f896",
"type": "github"
},
"original": {