All checks were successful
Build and Test / splatoon-testfire (push) Successful in 9m8s
Build and Test / sonic-transformed (push) Successful in 11m33s
Build and Test / wii-u-chat (push) Successful in 12m38s
Build and Test / friends (push) Successful in 12m40s
Build and Test / super-mario-maker (push) Successful in 16m33s
Build and Test / puyopuyo (push) Successful in 19m7s
Build and Test / wii-sports-club (push) Successful in 19m54s
Build and Test / minecraft-wiiu (push) Successful in 20m45s
Build and Test / mario-tennis (push) Successful in 22m32s
Build and Test / fast-racing-neo (push) Successful in 24m22s
Build and Test / splatoon (push) Successful in 24m23s
18 lines
546 B
TOML
18 lines
546 B
TOML
[package]
|
|
name = "prudplite"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
nx = []
|
|
v4-3-11 = []
|
|
|
|
[dependencies]
|
|
rnex-core = { path = "../rnex-core", version = "0.1.1" }
|
|
tokio = { version = "1.47.0", features = ["full"] }
|
|
bytemuck = { version = "1.23.1", features = ["derive"] }
|
|
proxy-common = {path = "../proxy-common"}
|
|
tokio-tungstenite = {version = "0.30.0", features = ["rustls", "rustls-tls-native-roots"]}
|
|
log = "0.4.25"
|
|
futures-util = "0.3.31"
|
|
v-byte-helpers = { git = "https://github.com/RusticMaple/VByteMacros", version = "0.1.1" }
|