Skip to content

Commit

Permalink
just fooling aroind
Browse files Browse the repository at this point in the history
  • Loading branch information
bj-rn committed Jan 8, 2024
1 parent 85b130d commit 14ba2aa
Show file tree
Hide file tree
Showing 10 changed files with 3,384 additions and 33 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright © 2021 <copyright holders>
Copyright © 2024 bj-rn

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:

Expand Down
6 changes: 3 additions & 3 deletions VL.NewLibrary.Template.vl → VL.FastNoiseLite.vl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:p="property" Id="EWHWcwf3oBvPnhn254YyBa" LanguageVersion="2022.5.0-0416-73f6eb1214" Version="0.128">
<Document xmlns:p="property" xmlns:r="reflection" Id="EWHWcwf3oBvPnhn254YyBa" LanguageVersion="2023.5.3-0423-gee17475a3a" Version="0.128">
<Patch Id="Rgz0iK0cdl5O6XLZAnSI2k">
<Canvas Id="EtMz6eWyJpjMOVOROl6714" DefaultCategory="VL.NewLibrary.Template" CanvasType="FullCategory" />
<Canvas Id="EtMz6eWyJpjMOVOROl6714" DefaultCategory="FastNoiseLite" CanvasType="FullCategory" />
<!--
************************ Application ************************
Expand All @@ -23,5 +23,5 @@
</Patch>
</Node>
</Patch>
<NugetDependency Id="Ko9OqCOVyY7Pz8mbJrOqb0" Location="VL.CoreLib" Version="2021.3.3" />
<NugetDependency Id="Ko9OqCOVyY7Pz8mbJrOqb0" Location="VL.CoreLib" Version="2023.5.3-0423-gee17475a3a" />
</Document>
27 changes: 27 additions & 0 deletions deployment/VL.FastNoiseLite.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>VL.FastNoiseLite</id>
<version>0.0.1</version>
<title>VL.FastNoiseLite</title>
<authors>bj-rn</authors>
<owners>bj-rn</owners>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<readme>README.md</readme>
<projectUrl>https://github.com/bj-rn/VL.FastNoiseLite</projectUrl>
<summary>A VL wrapper for FastNoiseLite</summary>
<description>A VL wrapper for FastNoiseLite a open source noise generation library with a large selection of noise algorithms.</description>
<copyright>Copyright © 2024</copyright>
<tags>VL, vvvv, gamma, noise, CPU, GPU, texturefx, shader</tags>
</metadata>
<files>
<file src="..\*.vl"/>
<file src="..\lib\net6.0\*.dll" target="lib\net6.0" />
<file src="..\vl\*.vl" target="vl"/>
<file src="..\vl\shaders\*.sdsl" target="vl\shaders"/>
<file src="..\help\*.vl" target="help"/>
<file src="..\README.md" />
<file src="..\LICENSE" />
</files>
</package>
29 changes: 0 additions & 29 deletions deployment/VL.NewLibrary.Template.nuspec

This file was deleted.

Loading

0 comments on commit 14ba2aa

Please sign in to comment.