This commit is contained in:
2023-05-10 17:04:23 +02:00
parent 4b6c4e1af8
commit 25787c8b65
47 changed files with 234 additions and 2348 deletions

View File

@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
starforcelib = {path = "../starforcelib"}
lightwave = {path = "../lightwave"}
lightwave-3d = "1.0.0"
glob = "0.3.1"

View File

@@ -1,5 +1,5 @@
use glob::glob;
use lightwave::LightWaveObject;
use lightwave_3d::LightWaveObject;
fn main() {
let mut successful = 0;