Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 462 Bytes

File metadata and controls

21 lines (13 loc) · 462 Bytes

Scenic.Math

DEPRECATED

Going forward, the Scenic.Math.* modules are part of the main Scenic library.

I'm leaving this repo as is in case anyone still needs it.

Build Status

Math support for Scenic applications

Installation

Add scenic_math to your list of dependencies in mix.exs:

def deps do
  [{:scenic_math, "~> 0.7"}]
end