change to using vmc crate
This commit is contained in:
parent
89436bb636
commit
d31268d44b
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "vmc_rs"]
|
||||
path = rust/vmc_rs
|
||||
url = gitea@gitea.cass-dlcm.dev:cassdlcm/vmc_rs.git
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user