mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-12 20:46:20 +00:00
mhk3
This commit is contained in:
@@ -7,5 +7,5 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
starforcelib = {path = "../starforcelib"}
|
||||
lightwave = {path = "../lightwave"}
|
||||
lightwave-3d = "1.0.0"
|
||||
glob = "0.3.1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use glob::glob;
|
||||
use lightwave::LightWaveObject;
|
||||
use lightwave_3d::LightWaveObject;
|
||||
|
||||
fn main() {
|
||||
let mut successful = 0;
|
||||
|
||||
Reference in New Issue
Block a user