initial windows support

This commit is contained in:
Ferdinand Schober
2023-02-12 19:04:28 +01:00
parent f545fe2686
commit 70b484878e
12 changed files with 89 additions and 11 deletions

2
src/backend.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod windows;
pub mod wayland;