Rename sixtyfps-rendering-backend-qt

This commit is contained in:
Simon Hausmann 2022-02-01 16:48:32 +01:00
parent ad0c020aa4
commit 19eb3e671d
8 changed files with 19 additions and 22 deletions

View file

@ -23,7 +23,7 @@ crate-type = ["lib", "cdylib"]
# the C++ crate's CMakeLists.txt
[features]
backend-gl = ["sixtyfps-rendering-backend-selector/sixtyfps-rendering-backend-gl"]
backend-qt = ["sixtyfps-rendering-backend-selector/sixtyfps-rendering-backend-qt"]
backend-qt = ["sixtyfps-rendering-backend-selector/slint-backend-qt-internal"]
interpreter = ["sixtyfps-interpreter"]
testing = ["sixtyfps-rendering-backend-testing"] # Enable some function used by the integration tests
wayland = ["sixtyfps-rendering-backend-selector/wayland"]