Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverMorewd authored Oct 11, 2024
1 parent e490f0c commit 5d28e50
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Lemon.ModuleNavigation
A lightweight module navigation framework built on top of the Microsoft Dependency Injection (MSDI) for AvaloniaUI, WPF and .net-xaml-platforms else.
Support nativeAot
Support native aot!
### Lemon.ModuleNavigation.AvaloniaUI
Extending **Lemon.ModuleNavigation**, this package provides NavigationContainers specifically designed for AvaloniaUI.

Expand All @@ -17,6 +17,24 @@ This is a sample desktop application for **Lemon.ModuleNavigation** and **Lemon.

![sample-show](https://github.com/user-attachments/assets/58690f91-6939-47d7-84d3-113d04c722a7)

#### AOT config:

```xml
<Directives>
<!--
This file is part of RdXmlLibrary project.
Visit https://github.com/kant2002/rdxmllibrary for latest version.
If you have modifications specific to this Nuget package,
please contribute back.
-->
<Application>
<!--all assemblies in which Modules are located-->
<Assembly Name="Lemon.ModuleNavigation.Sample" Dynamic="Required All"/>
<Assembly Name="Lemon.ModuleNavigation.Avaloniaui" Dynamic="Required All"/>
<Assembly Name="Lemon.ModuleNavigation" Dynamic="Required All"/>
</Application>
</Directives>
```

### Lemon.Toolkit
This is a practical application of **Lemon.ModuleNavigation**. It is a collection of toolkits for clients based on **Semi-AvaloniaUI**, **Lemon.Hosting.AvaloniaUIDesktop**, and **Lemon.ModuleNavigation**. As of now, it includes:
Expand Down

0 comments on commit 5d28e50

Please sign in to comment.