mirror of
https://github.com/kittywitch/gw2buttplug-rs.git
synced 2026-02-09 09:19:17 -08:00
initial commit
This commit is contained in:
commit
42ed3f2f8d
6 changed files with 3806 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "gw2buttplug-rs"
|
||||
authors = [ "kittywitch" ]
|
||||
description = "DPS to buttplug"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
buttplug = "9.0.6"
|
||||
log = "0.4.21"
|
||||
nexus = { git = "https://github.com/zerthox/nexus-rs", features = ["log", "arc", "extras"] }
|
||||
tokio = "1.43.0"
|
||||
arcdps = { git = "https://github.com/zerthox/arcdps-rs", tag = "0.15.1" }
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"] # nexus addons are dynamic system libraries (dll)
|
||||
Loading…
Add table
Add a link
Reference in a new issue