pyloid 0.22.0.dev2__tar.gz → 0.22.0.dev3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyloid
3
- Version: 0.22.0.dev2
3
+ Version: 0.22.0.dev3
4
4
  Summary:
5
5
  Author: aesthetics-of-record
6
6
  Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyloid"
3
- version = "0.22.0-dev2"
3
+ version = "0.22.0-dev3"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -32,6 +32,9 @@ from PySide6.QtCore import QEventLoop
32
32
  import socket
33
33
  from typing import Any
34
34
 
35
+ # software backend
36
+ os.environ["QT_QUICK_BACKEND"] = "software"
37
+
35
38
  # for linux debug
36
39
  os.environ["QTWEBENGINE_DICTIONARIES_PATH"] = "/"
37
40
 
File without changes
File without changes