Fix Windows compatibility #45

Merged
lucas merged 5 commits from fix/build-windows into master 2023-03-02 22:25:13 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 6cf4bb42c6 - Show all commits

View file

@ -1,5 +1,6 @@
#![recursion_limit = "256"]
#![feature(let_chains)]
#![windows_subsystem = "windows"]
use std::path::PathBuf;
use std::sync::Arc;

View file

@ -1,5 +1,6 @@
#![feature(io_error_more)]
#![feature(let_chains)]
#![windows_subsystem = "console"]
use std::path::PathBuf;
use std::sync::Arc;