diff --git a/.gitignore b/.gitignore index d0b33b1..ecce3ab 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ rust/target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +*.kate-swp diff --git a/rust/.Cargo.toml.kate-swp b/rust/.Cargo.toml.kate-swp deleted file mode 100644 index b9cec35..0000000 Binary files a/rust/.Cargo.toml.kate-swp and /dev/null differ diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 0aeea8f..9c7a2c1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -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" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 529dcb9..720bb7d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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" diff --git a/rust/vmc_rs b/rust/vmc_rs index 1fc7e6c..979b9cd 160000 --- a/rust/vmc_rs +++ b/rust/vmc_rs @@ -1 +1 @@ -Subproject commit 1fc7e6c316708a97fa03b758b3a477fe8784abdd +Subproject commit 979b9cd87d6ec95ac437b2d8a4cb0fb86b5bdc8e