update vmc_rs, remove .kate-swp files
This commit is contained in:
parent
814abf5bb2
commit
b54f705958
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,3 +12,5 @@ rust/target/
|
||||||
|
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
|
*.kate-swp
|
||||||
|
|
Binary file not shown.
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
|
@ -257,7 +257,6 @@ name = "three_d_live_puppetry_rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"godot",
|
"godot",
|
||||||
"rosc",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -288,6 +287,9 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "vmc_rs"
|
name = "vmc_rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"rosc",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasi"
|
name = "wasi"
|
||||||
|
|
|
@ -11,4 +11,3 @@ crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
|
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
|
||||||
rosc = "0.10.1"
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1fc7e6c316708a97fa03b758b3a477fe8784abdd
|
Subproject commit 979b9cd87d6ec95ac437b2d8a4cb0fb86b5bdc8e
|
Loading…
Reference in New Issue
Block a user