vconvert 0.1.1

A simple vulnus to soundspace converter (or vice versa)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "vconvert"
version = "0.1.1"
edition = "2021"
authors = ["ev <luna@aixeria.com>"]
description = "A simple vulnus to soundspace converter (or vice versa)"
repository = "https://github.com/aixeria/vconvert"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = {version =  "1.0.145", features = ["derive"]}
serde_json = "1.0.85"

[[example]]
name = "vul-to-ss"