mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 23:55:33 +00:00
Update Rust SDK to spec 1.1.2
This commit is contained in:
@ -12,7 +12,11 @@ openapi-generator-cli generate \
|
||||
-i https://vrchatapi.github.io/specification/openapi.yaml \
|
||||
--http-user-agent="vrchatapi-rust"
|
||||
|
||||
# Add license and description to Cargo.toml
|
||||
sed -i '/^edition = "2018"/i license = "MIT"' Cargo.toml
|
||||
sed -i '/^edition = "2018"/a description="VRChat API Library for Rust"' Cargo.toml
|
||||
|
||||
# Remove messily pasted markdown at top of every file
|
||||
find src -type f -exec sed -i '/VRChat API Banner/d' {} \;
|
||||
|
||||
cargo build
|
||||
|
Reference in New Issue
Block a user