Skip to content

Commit

Permalink
Updated docs for new version of sgl.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismile committed Jan 20, 2023
1 parent 01ec974 commit 4e3ed16
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: '51685e17d6982871e1e8bab164edfe16f7ae6866'
vcpkgGitCommitId: 'e51afe4695ebf5e6c6f523dbd3bb518db1970531'
#doNotCacheOnWorkflowFailure: true

- name: Create custom vcpkg triplet
Expand Down
21 changes: 21 additions & 0 deletions docs/license-libraries/graphics/LICENSE-glfw3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy <[email protected]>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
distribution.
57 changes: 57 additions & 0 deletions docs/license-libraries/graphics/LICENSE-sgl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -679,3 +679,60 @@ https://github.com/samhocevar/portable-file-dialogs
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.


----------------------------------------------------------------------------

License of NanoVG (contained in src/Graphics/Vulkan/libs/nanovg):
https://github.com/danilw/nanovg_vulkan

Copyright (c) 2013-2022 Mikko Mononen [email protected]
Copyright (c) 2019-2022 danilw [email protected]
Copyright (c) 2023 Christoph Neuhauser

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.


----------------------------------------------------------------------------

License of GLFW 3.3 (API code pieces for dynamic loading contained in
src/Graphics/OpenGL/Context/OffscreenContextGlfw.cpp):

GLFW 3.3 - www.glfw.org
A library for OpenGL, window and input

Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2019 Camilla Löwy <[email protected]>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would
be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
distribution.
4 changes: 4 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"platform": "!linux"
},
"sdl2-image",
{
"name": "glfw3",
"platform": "!linux"
},
"tinyxml2",
{
"name": "libarchive",
Expand Down

0 comments on commit 4e3ed16

Please sign in to comment.