Commit graph

3 commits

Author SHA1 Message Date
Simon Hausmann
6318264956 Don't build the common crate with std
It's not needed and it's necessary to use no_std so that we can use it
in the mcu branch.
2021-12-22 15:55:52 +01:00
Tobias Hunger
bfca0e3573 Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
Simon Hausmann
e0a942dc1c Avoid the use of symlinks for source files
On Windows 10, the creation of symlinks by normal users requires
enabling the developer mode, which may or may not be acceptable in
corporate environments with restricted IT setups.

We introduced the symlinks for the shared special key codes mapping,
which instead this patch places into a shared sixtyfps-common crate.
2021-12-13 15:51:10 +01:00