Skip to content

Adding Reference to Myra

Roman Shapiro edited this page Jul 8, 2018 · 29 revisions

There are two ways of referencing Myra in the Monogame project:

  1. Through nuget: install-package myra
  2. Download latest binary distribution(Myra.v.v.v.v.zip), unpack it, add references to Myra.dll and Newtonsoft.Json.dll.

Correspondingly there are two ways of referencing Myra in the FNA project:

  1. Through nuget: install-package myra.fna
  2. Download latest binary distribution(Myra.v.v.v.v.zip), unpack it, add references to FNA/Myra.dll and Newtonsoft.Json.dll.