[reorg]: Move the rendering backends into internal

This commit is contained in:
Tobias Hunger 2022-01-31 12:37:57 +01:00 committed by Tobias Hunger
parent e6b24bceec
commit a3b86690ff
75 changed files with 77 additions and 74 deletions

View file

@ -103,5 +103,5 @@ EOT
cargo about generate about.hbs -o $target_path/index.html
if [ "$2x" == "--with-qtx" ]; then
cp sixtyfps_runtime/rendering_backends/qt/LICENSE.QT sixtyfps_runtime/rendering_backends/qt/QtThirdPartySoftware_Listing.txt $target_path/
cp internal/backends/qt/LICENSE.QT internal/backends/qt/QtThirdPartySoftware_Listing.txt $target_path/
fi