start working on better mobile support

This commit is contained in:
Simon Gardling
2022-04-22 14:18:24 -04:00
parent 61c26001b4
commit 22d1be59f5
4 changed files with 31 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#![feature(const_mut_refs)]
#![feature(let_chains)]
#![feature(stmt_expr_attributes)]
#[macro_use]
extern crate static_assertions;