majkcramer
majkcramer
I have a similar need too.
@eliovir: In the meantime i found a 'dirty' and maybe expensive workarround to fulfill our need. #[get("/static/")] fn files { let result_read: io::Result = NamedFile::open(Path::new("static/").join(file)); let result_namefile1 = result_read.ok(); let...
Same Issue here. F3 does not work. F1 works. OS: windows8 64bit Rust: rustc 1.4.0 stable Atom: 1.2.4
Being able to change mods while Anno is running was a pleasant and time-saving convenience feature. I think many modders would be happy if you could find a way to...