Compare commits
2 commits
22ed24b2d7
...
536c29e38f
| Author | SHA1 | Date | |
|---|---|---|---|
| 536c29e38f | |||
| e94e4961e7 |
2 changed files with 11 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GodotSharp" Version="4.4.0" />
|
||||
<PackageRefernece Include="Godot.Sharp.Extended.Generators" Version="1.0.0"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -0,0 +1,10 @@
|
|||
# Godot.Sharp.Extended
|
||||
Godot.Sharp.Extended is a core library with a Source generators for the , providing additional support for ease of programming with the Godot Engine.
|
||||
|
||||
# Installation
|
||||
To install this library, simply use dotnet command line tool, to add a package reference for GodotSharpExtras, using the following command:
|
||||
|
||||
```
|
||||
dotnet add package Godot.Sharp.Extended
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue