@matjash/pixi-native-win32-x64 0.2.3 → 0.2.4
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.
- package/THIRD_PARTY_NOTICES.md +8 -0
- package/package.json +1 -1
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -22,6 +22,14 @@ Pixi Native uses these projects through direct packages or native integration:
|
|
|
22
22
|
The installed packages and their upstream repositories contain their copyright
|
|
23
23
|
and license terms. Those terms continue to apply to each dependency.
|
|
24
24
|
|
|
25
|
+
## Source Sans 3 demo font
|
|
26
|
+
|
|
27
|
+
The PixiJS 7 WebGL text demo includes Source Sans 3 Regular from
|
|
28
|
+
[Adobe Fonts](https://github.com/adobe-fonts/source-sans). Copyright 2010-2024
|
|
29
|
+
Adobe, with Reserved Font Name "Source". The font is distributed under the SIL
|
|
30
|
+
Open Font License 1.1; the complete license is stored beside the font at
|
|
31
|
+
`src/demo/assets/fonts/SourceSans3-LICENSE.md`.
|
|
32
|
+
|
|
25
33
|
## Dawn and Tint
|
|
26
34
|
|
|
27
35
|
The packaged `pixi_native_gpu.node` binaries contain Dawn and Tint code.
|