mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-15 19:47:50 +01:00
changed "var type = value" syntax to "var::type = value" and added the tutor (mers -t)
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
use mers::{
|
||||
libs::inlib::{MyLib, MyLibTask},
|
||||
script::{
|
||||
val_data::VDataEnum,
|
||||
val_type::{VSingleType, VType},
|
||||
},
|
||||
};
|
||||
use mers_libs::{MyLib, MyLibTask, VDataEnum, VSingleType, VType};
|
||||
|
||||
fn main() {
|
||||
let (mut my_lib, mut run) = MyLib::new(
|
||||
|
||||
Reference in New Issue
Block a user