Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] why nuget shows skiasharp size is 87.51 mb? #1081

Closed
EmilAlipiev opened this issue Dec 27, 2019 · 2 comments
Closed

[QUESTION] why nuget shows skiasharp size is 87.51 mb? #1081

EmilAlipiev opened this issue Dec 27, 2019 · 2 comments

Comments

@EmilAlipiev
Copy link

https://www.nuget.org/packages/SkiaSharp/
it shows here size of the package is 87.51 mb? where is this coming from?

@mattleibow
Copy link
Contributor

That, my fine friend is the sheer power of .NET demonstrated! SkiaSharp is about 4-6MB, but if you have enough platforms it reaches that big number.

  • Android (x4)
  • iOS (x4)
  • macOS (x1)
  • Windows (x2)
  • UWP (x4)
  • tvOS (x2)
  • watchOS (x2)
  • Tizen (x2)

And that is just in the MAIN package - we have additional packages for 2 Linux versions and Nano Server!

We build for and support all those platforms.

The big package is a bit of a pain, so we are thinking of splitting the package (transparently) in #1073

@EmilAlipiev
Copy link
Author

This sounds cool. I love to use skiasharp and now trying to integrate in tizen wearable apps using xamarin.forms. I was concerned about size issue. because on phones it is acceptable any big megabytes but on watches it should be as small as possible :)

@ghost ghost locked as resolved and limited conversation to collaborators Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants