Mirror of Svelto.ECS because we're a fan of it
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>Svelto.ECS</id>
- <authors>Sebastiano Mandala</authors>
- <version>$version$</version>
- <description>C# Lightweight Data Oriented Entity Component System Framework</description>
- <projectUrl>https://github.com/sebas77/Svelto.ECS</projectUrl>
- <licenseUrl>https://raw.githubusercontent.com/sebas77/Svelto.ECS/master/LICENSE</licenseUrl>
- <repository type="git" url="https://github.com/sebas77/Svelto.ECS.git" />
- <dependencies>
- <group targetFramework="netstandard2.0" />
- </dependencies>
- <readme>docs/README.md</readme>
- </metadata>
- <files>
- <file src="Svelto.ECS.targets" target="build/" />
- <file src="../temp/bin/debug/Svelto.ECS.dll" target="lib/Debug/netstandard2.0/" />
- <file src="../temp/bin/release/Svelto.ECS.dll" target="lib/Release/netstandard2.0/" />
- <file src="../README.md" target="docs/" />
- </files>
- </package>
|