-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Labels
Description
Hi,
In my app, I would like to use only a part of the Windows App SDK (specifically, Microsoft.UI.Windowing
and Microsoft.UI.Composition.SystemBackdrops
APIs to create a window with a custom title bar and apply the Mica backdrop to it). The app is written in Rust, so I have full control over the APIs that I generate the bindings for.
Am I allowed to redistribute only a part of the Windows App SDK with my app that I need? I suppose the MIT license allows me to do that, but I want to be sure.
I do realise that I will have to prepare all the redistributable components myself (figure out the dependencies, copy them over to the output directory, etc.). I don't ask for a feature, I ask for a legal (and maybe technical) advice essentially.
Thank you!