Added README.md

This commit is contained in:
David Johnson 2022-01-16 08:43:00 -06:00
parent 5cdaae1412
commit e7b6541de9
2 changed files with 100 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]
#[cfg(target_os = "linux")]
mod x11;
#[cfg(target_os = "windows")]