change to using vmc crate

This commit is contained in:
Cassandra de la Cruz-Munoz 2024-01-01 14:15:31 -05:00
parent 89436bb636
commit d31268d44b
Signed by: cassdlcm
GPG Key ID: BFEBACEA812DDA70
3 changed files with 2 additions and 6 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "vmc_rs"]
path = rust/vmc_rs
url = gitea@gitea.cass-dlcm.dev:cassdlcm/vmc_rs.git

View File

@ -1,5 +1,4 @@
workspace = { members = ["vmc_rs"] }
[package]
=[package]
name = "three_d_live_puppetry_rs"
version = "0.1.0"
edition = "2021"
@ -11,3 +10,4 @@ crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
[dependencies]
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
vmc = "0.3.0"

@ -1 +0,0 @@
Subproject commit 37298e3958ced404085a8eb6be43bca1b73187d9