Skip to content
Extraits de code Groupes Projets
Vérifiée Valider f9eb562b rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Update the DOC

parent feb203a4
Branches
Aucune étiquette associée trouvée
1 requête de fusion!15Video playback with mpv
......@@ -21,7 +21,8 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets REQUIRED)
if(WIN32)
message("You are building on windows, take attenion to the dependencies")
message("You are building on windows, pay attenion to the dependencies")
# Needed setup for Vivy to compile on Windows goes here
endif()
# Find others dependencies
......
......@@ -42,9 +42,11 @@ the Vivy's lib and the types used in Vivy's UI.
Some of the new features will be used:
- concepts (of course!)
- coroutines
- concepts (of course! at least we try)
- coroutines (not supported by compilers for now)
- likely and unlikely attributes
- auto return types in functions and arguments, to pass objects like
lambda or other callable
#### Unused features
......@@ -52,6 +54,6 @@ Some of the feature may not be
used or not already be in use for multiple reasons:
- the new C++20 modules feature is not used because I don't know how it
will play with `moc`
will play with `moc`. It's not supported by clangd for now anyway
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter