Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PereViader committed Aug 24, 2024
1 parent 520c62f commit db1e1c1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ AMD Ryzen 7 7800X3D, 1 CPU, 16 logical and 8 physical cores
# Installation

## Nuget
Install the package from [nuget](https://www.nuget.org/packages/ManualDi.Main/)

Install it using [Nuget](https://www.nuget.org/packages/ManualDi.Main/)

## Unity3d
See instructions on https://github.com/PereViader/ManualDi.Unity3d

Install it using Unity Package Manager with the following git url: https://github.com/PereViader/ManualDi.Unity3d.git

# Source Generator

Expand Down Expand Up @@ -451,3 +453,10 @@ b.Bind<D>().Default().FromConstructor(); // Default calls Inject and Initialize
```

Using default is not mandatory in any way, but it is a way to speed up development because the source generator will update bindings as the type is changed.


## Unity3d

When using the container in the Unity3d game engine the library provides specialized extensions

Section under construction, for now see the code https://github.com/PereViader/ManualDi/tree/main/ManualDi.Unity3d/Assets/ManualDi.Unity3d/Runtime

0 comments on commit db1e1c1

Please sign in to comment.