-
-
Notifications
You must be signed in to change notification settings - Fork 96
Adding Reference to Myra
Roman Shapiro edited this page Feb 18, 2019
·
29 revisions
There are two ways of referencing Myra in the Monogame project:
- Through nuget:
install-package Myra
- Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add reference to Myra.dll.
Correspondingly there are two ways of referencing Myra in the FNA project:
- Through nuget:
install-package Myra.FNA
- Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add reference to FNA/Myra.dll.
Finally there are two ways of referencing Myra in the Xenko project:
- Through nuget:
install-package Myra.Xenko
- Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add reference to Xenko/Myra.dll.