build: Remove regex crate

This commit is contained in:
Dorota Czaplejewicz
2021-12-05 17:18:50 +00:00
parent e1b3de9bf8
commit 8eb1c9b4a7
4 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ extern crate gtk_sys;
#[allow(unused_imports)]
#[macro_use] // only for tests
extern crate maplit;
extern crate regex;
extern crate serde;
extern crate xkbcommon;