From b54f7059581d04a8a231492c8581f07bfc3b30f4 Mon Sep 17 00:00:00 2001 From: Cassandra de la Cruz-Munoz Date: Sun, 31 Dec 2023 10:05:24 -0500 Subject: [PATCH] update vmc_rs, remove .kate-swp files --- .gitignore | 2 ++ rust/.Cargo.toml.kate-swp | Bin 116 -> 0 bytes rust/Cargo.lock | 4 +++- rust/Cargo.toml | 1 - rust/vmc_rs | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 rust/.Cargo.toml.kate-swp 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 b9cec35ec13243c9e805c16a8d79b504126e8808..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 116 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?Vn37UI)j#X4nvB|C%Mp>*z9$IVpHUxVD qWtf3j5QrI*UBP@FAR7c&6o9}rI0(pu3qiQNV0i`x{!k!;&lLc<(i1ZP 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