ScenicFramework/scenic_new

should display version

Closed this issue · 3 comments

the ux should display version of the archive and also of the subcomponents such as scenic, scenic_math, etc.

possible to get a manifest at the command line? Maybe via mix? I don't know what is elixir idiomatic, but whatever is standard.

Application.started_applications may do what you want.

boydm commented

This is partially fixed. The nerves sample app in the 0.9.0 shows the version. Sorta ran out of time/forgot to add it to the rest. Will do.

The api @gerbal references works, but @cortfritz wanted it to be visible in the example scene itself, which is a worthy thing to do. If I can remember to actually do it next time...

boydm commented

Fully resolved in master