skia: added Syste.Skia
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9341 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
a98214b002
commit
ea8eb141c2
21
components/skia/skia4d_package/LICENSE
Normal file
21
components/skia/skia4d_package/LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021-2023 Skia4Delphi
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
@ -8,7 +8,7 @@
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="../../Source"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
</CompilerOptions>
|
||||
<Description Value="Skia API, requires FPC 3.3.1+"/>
|
||||
@ -16,11 +16,11 @@
|
||||
<Version Major="1"/>
|
||||
<Files>
|
||||
<Item>
|
||||
<Filename Value="../../Source/System.Skia.API.pas"/>
|
||||
<Filename Value="System.Skia.API.pas"/>
|
||||
<UnitName Value="System.Skia.API"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="../../Source/System.Skia.pas"/>
|
||||
<Filename Value="System.Skia.pas"/>
|
||||
<UnitName Value="System.Skia"/>
|
||||
</Item>
|
||||
</Files>
|
||||
|
4479
components/skia/skia4d_package/System.Skia.API.pas
Normal file
4479
components/skia/skia4d_package/System.Skia.API.pas
Normal file
File diff suppressed because it is too large
Load Diff
13457
components/skia/skia4d_package/System.Skia.pas
Normal file
13457
components/skia/skia4d_package/System.Skia.pas
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user