update vmc_rs, remove .kate-swp files

This commit is contained in:
Cassandra de la Cruz-Munoz 2023-12-31 10:05:24 -05:00
parent 814abf5bb2
commit b54f705958
Signed by: cassdlcm
GPG Key ID: BFEBACEA812DDA70
5 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@ rust/target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.kate-swp

Binary file not shown.

4
rust/Cargo.lock generated
View File

@ -257,7 +257,6 @@ name = "three_d_live_puppetry_rs"
version = "0.1.0"
dependencies = [
"godot",
"rosc",
]
[[package]]
@ -288,6 +287,9 @@ dependencies = [
[[package]]
name = "vmc_rs"
version = "0.1.0"
dependencies = [
"rosc",
]
[[package]]
name = "wasi"

View File

@ -11,4 +11,3 @@ crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
[dependencies]
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
rosc = "0.10.1"

@ -1 +1 @@
Subproject commit 1fc7e6c316708a97fa03b758b3a477fe8784abdd
Subproject commit 979b9cd87d6ec95ac437b2d8a4cb0fb86b5bdc8e